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 > TextureAlphaBlendCommand Class : MaskImage Property |
public RasterImage MaskImage {get; set;}
'Declaration
Public Property MaskImage As RasterImage
'Usage
Dim instance As TextureAlphaBlendCommand Dim value As RasterImage instance.MaskImage = value value = instance.MaskImage
public RasterImage MaskImage {get; set;}
<br/>get_MaskImage();<br/>set_MaskImage(value);<br/>Object.defineProperty('MaskImage');
public: property RasterImage^ MaskImage { RasterImage^ get(); void set ( RasterImage^ value); }