Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.27
|
Leadtools.ImageProcessing.Core Namespace > UnWarpCommand Class : OutputImage Property |
public RasterImage OutputImage {get;}
'Declaration
Public ReadOnly Property OutputImage As RasterImage
'Usage
Dim instance As UnWarpCommand Dim value As RasterImage value = instance.OutputImage
public RasterImage OutputImage {get;}
public RasterImage getOutputImage()
get_OutputImage();
public: property RasterImage^ OutputImage { RasterImage^ get(); }