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


The following tables list the members exposed by RotateCommand.

Public Constructors

 NameDescription
Public ConstructorRotateCommand ConstructorOverloaded.  Initializes a new instance of the RotateCommand class with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyAngle Gets or sets the rotation angle  
Public PropertyFillColor Gets or sets the background fill color.  
Public PropertyFlags Gets or sets the flag to keep the resulting image the same size as the original image or to resize according to the rotation direction specified.  
Public PropertyHasProgress Determines if the command object has a progress event handler set. (Inherited from RasterCommand)
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