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

The following tables list the members exposed by CombineWarpCommand.

Public Constructors

 NameDescription
public Constructor CombineWarpCommand ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public Property DestinationImageGets or sets the destination image  
public Property FlagsGets or sets the flags that indicate the type of interpolation to use, if interpolation is used.  
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 SourceRectangleGets or sets the area of the source image to be warped.  
Top

Public Methods

 NameDescription
public Method GetDestinationPointsGets an array that contains the four points that define the warp area in the destination image.  
public Method OnProgressImplements OnProgress. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Method RunImplements IRasterCommand.Run. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Method SetDestinationPointsSets an array that contains the four points that define the warp area in the destination image.  
public Method ToStringOverridden. Returns a meaningful name for this command.  
Top

Public Events

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

See Also