LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
IntelligentDownScaleCommand Class Members
See Also  Properties  Methods  Events
Leadtools.ImageProcessing.SpecialEffects Namespace : IntelligentDownScaleCommand Class

The following tables list the members exposed by IntelligentDownScaleCommand.

Public Constructors

 NameDescription
public Constructor IntelligentDownScaleCommand ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public Property DownScalingOrderGets or sets the value that determine whether the processing will start with the width first then the height or vice versa.  
public Property HasProgressDetermines if the command object has a progress event handler set. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Property MaskImageGets 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.  
public Property NewHeightGets or sets the new Height.  
public Property NewWidthGets or sets the new Width.  
public Property PreserveObjectColorGets 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.  
public Property RemoveObjectColorGets or sets a value that represents the color of the area to be removed, to be removed and it has to be different than colors in image.  
public Property UsePreserveObjectColorGets or sets the value that indicates whether to used the preserve object color.  
public Property UseRemoveObjectColorGets or sets the value that indicates whether to used the remove object color.  
Top

Public Methods

 NameDescription
public Method OnProgressImplements Leadtools.ImageProcessing.IRasterCommand.OnProgress(Leadtools.ImageProcessing.RasterCommandProgressEventArgs). Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Method RunImplements Leadtools.ImageProcessing.IRasterCommand.Run(Leadtools.RasterImage). Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Method ToStringOverridden. Returns a meaningful name for this method.  
Top

Public Events

 NameDescription
public Event ProgressImplements Leadtools.ImageProcessing.IRasterCommand.Progress. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

See Also