LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

PreserveObjectColor Property (IntelligentDownScaleCommand)

Show in webframe







Gets or sets a value that represents the color of the area to be preserved. To be preserved, the color has to be different than colors in image.
Syntax
public RasterColor PreserveObjectColor {get; set;}
'Declaration
 
Public Property PreserveObjectColor As RasterColor
'Usage
 
Dim instance As IntelligentDownScaleCommand
Dim value As RasterColor
 
instance.PreserveObjectColor = value
 
value = instance.PreserveObjectColor
public RasterColor PreserveObjectColor {get; set;}

            

            
 
get_PreserveObjectColor();
set_PreserveObjectColor(value);
Object.defineProperty('PreserveObjectColor');
public:
property RasterColor PreserveObjectColor {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

RasterColor value that specifies color of the area in the mask image. To be removed the color has to be different than the rest of the image colors. If no remove color exist, then pass null.
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.