LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

MaskImage Property (IntelligentDownScaleCommand)

Show in webframe







Gets or sets the RasterImage object that references the mask image. The mask image is the same as original image but with colors on certain areas that need to be deleted.
Syntax
public RasterImage MaskImage {get; set;}
'Declaration
 
Public Property MaskImage As RasterImage
'Usage
 
Dim instance As IntelligentDownScaleCommand
Dim value As RasterImage
 
instance.MaskImage = value
 
value = instance.MaskImage
public RasterImage MaskImage {get; set;}

            

            
 
get_MaskImage();
set_MaskImage(value);
Object.defineProperty('MaskImage');
public:
property RasterImage^ MaskImage {
   RasterImage^ get();
   void set (    RasterImage^ value);
}

Property Value

RasterImage object that references mask image. The mask image is the same as original image but with colors on certain areas that need to be deleted. If NULL is passed, then there is no mask image.
Example
Refer to IntelligentDownScaleCommand.
Requirements

Target Platforms

See Also

Reference

IntelligentDownScaleCommand Class
IntelligentDownScaleCommand Members

 

 


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