LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

MaskImage Property (IntelligentUpScaleCommand)






Gets or sets the RasterImage object that references the mask image. .NET support WinRT support
Syntax
public RasterImage MaskImage {get; set;}
'Declaration
 
Public Property MaskImage As RasterImage
'Usage
 
Dim instance As IntelligentUpScaleCommand
Dim value As RasterImage
 
instance.MaskImage = value
 
value = instance.MaskImage
public RasterImage MaskImage {get; set;}
 get_MaskImage();
set_MaskImage(value);
public:
property RasterImage^ MaskImage {
   RasterImage^ get();
   void set (    RasterImage^ value);
}

Property Value

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IntelligentUpScaleCommand Class
IntelligentUpScaleCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.