Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
CombineFastCommand Class Members
See Also  Properties  Methods  Events
Leadtools.ImageProcessing Namespace : CombineFastCommand Class


The following tables list the members exposed by CombineFastCommand.

Public Constructors

 NameDescription
Public ConstructorCombineFastCommand ConstructorOverloaded.  Initializes a new instance of the CombineFastCommand class with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyDestinationImage Gets or sets the destination image  
Public PropertyDestinationRectangle Gets or sets the rectangle in the destination image.  
Public PropertyFlags Gets or sets the flags which control the combine command.  
Public PropertyHasProgress Determines if the command object has a progress event handler set. (Inherited from RasterCommand)
Public PropertySourcePoint Gets or sets the origin of the source rectangle.  
Top

Public Methods

 NameDescription
Public MethodOnProgress Implements IRasterCommand.OnProgress. (Inherited from RasterCommand)
Public MethodRun Implements IRasterCommand.Run. (Inherited from RasterCommand)
Public MethodToStringOverridden.  Overridden. Returns a meaningful name for this command.  
Top

Public Events

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

See Also