Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Show in webframe

MaskImage Property (FadedMaskCommand)








RasterImage object that references a 24-bit image in which the fade mask will be created.
Syntax
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();
}

Property Value

RasterImage object that references a 24-bit image in which the fade mask will be created.
Example
Refer to FeatherAlphaBlendCommand.
Requirements

Target Platforms

See Also

Reference

FadedMaskCommand Class
FadedMaskCommand Members

Error processing SSI file