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

The following tables list the members exposed by IntelligentUpScaleCommand.

Public Constructors

 NameDescription
public Constructor IntelligentUpScaleCommand ConstructorOverloaded.   
Top

Public Properties

 NameDescription
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 HeightUpScalingFactorGets or sets the number of the up scaling process stages for the new height to be achieved.  
public Property MaskImageGets or sets the RasterImage object that references the mask image.  
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 preserve color area in order.  
public Property RemoveObjectColorGets or sets a value that represents the color of the remove color area.  
public Property UpScalingOrderGets or sets the value that determine whether the processing will start with the width first then the height or vice versa.  
public Property UsePreserveObjectColorGets or sets the value that indicates whether to use the preserve object color.  
public Property UseRemoveObjectColorGets or sets the value that indicates whether to use the remove object color.  
public Property WidthUpScalingFactorGets or sets the number of up scaling process stages for the new width to be achieved.  
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