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


The following tables list the members exposed by SizeCommand.

Public Constructors

 NameDescription
Public ConstructorSizeCommand ConstructorOverloaded.  Initializes a new instance of the SizeCommand class with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyFlags Gets or sets the flags that control the behavior when resizing the image.  
Public PropertyHasProgress Determines if the command object has a progress event handler set. (Inherited from RasterCommand)
Public PropertyHeight Gets or sets the new image height in pixels.  
Public PropertyWidth Gets or sets the new image width in pixels.  
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