Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 ConstructorCombineWarpCommand ConstructorOverloaded.  Initializes a new instance of the CombineWarpCommand class with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyDestinationImage Gets or sets the destination image  
Public PropertyFlags Gets or sets the flags that indicate the type of interpolation to use, if interpolation is used.  
Public PropertyHasProgress Determines if the command object has a progress event handler set. (Inherited from RasterCommand)
Public PropertySourceRectangle Gets or sets the area of the source image to be warped.  
Top

Public Methods

 NameDescription
Public MethodGetDestinationPoints Gets an array that contains the four points that define the warp area in the destination image.  
Public MethodOnProgress Implements IRasterCommand.OnProgress. (Inherited from RasterCommand)
Public MethodRun Implements IRasterCommand.Run. (Inherited from RasterCommand)
Public MethodSetDestinationPoints Sets an array that contains the four points that define the warp area in the destination image.  
Public MethodToStringOverridden.  Overridden. Returns a meaningful name for this command.  
Top

Public Events

 NameDescription
Public EventProgress Implements Progress. (Inherited from RasterCommand)
Top

See Also