LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

MaskImage Property (FeatherAlphaBlendCommand)

Show in webframe







Gets or sets the RasterImage object that references the fade mask.
Syntax
public RasterImage MaskImage {get; set;}
'Declaration
 
Public Property MaskImage As RasterImage
'Usage
 
Dim instance As FeatherAlphaBlendCommand
Dim value As RasterImage
 
instance.MaskImage = value
 
value = instance.MaskImage
public RasterImage MaskImage {get; set;}
@property (nonatomic, strong) LTRasterImage* maskImage;
public RasterImage getMaskImage()
public void setMaskImage(RasterImage value)
            
 
get_MaskImage();
set_MaskImage(value);
Object.defineProperty('MaskImage');
public:
property RasterImage^ MaskImage {
   RasterImage^ get();
   void set (    RasterImage^ value);
}

Property Value

RasterImage object that references the fade mask. If you want to combine the two images with opacity only, set this property to null.
Example
Refer to FeatherAlphaBlendCommand.
Requirements

Target Platforms

See Also

Reference

FeatherAlphaBlendCommand Class
FeatherAlphaBlendCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.