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