LEADTOOLS (Leadtools assembly)

RotateCommand Constructor(Int32,RotateCommandFlags,RasterColor)

Show in webframe







Hundredths of degrees to rotate (+/-). This can be a number from 1 to 36,000. A positive value will rotate the image in a clockwise rotation, while a negative value will rotate the image in a counter-clockwise rotation.
Flag to keep the resulting image the same size as the original image or to resize according to the rotation direction specified.
The background fill color.
Initializes a new instance of the RotateCommand class with explicit parameters.
Syntax
public RotateCommand( 
   int angle,
   RotateCommandFlags flags,
   RasterColor fillColor
)
'Declaration
 
Public Function New( _
   ByVal angle As Integer, _
   ByVal flags As RotateCommandFlags, _
   ByVal fillColor As RasterColor _
)
'Usage
 
Dim angle As Integer
Dim flags As RotateCommandFlags
Dim fillColor As RasterColor
 
Dim instance As New RotateCommand(angle, flags, fillColor)
public RotateCommand( 
   int angle,
   RotateCommandFlags flags,
   RasterColor fillColor
)
-(id)initWithAngle:(int)angle 
             flags:(LTRotateCommandFlags)flags 
         fillColor:(LTRasterColor*)fillColor;
            
public RotateCommand(
  int angle, 
  int flags, 
  RasterColor fillColor
)
            
function RotateCommand( 
   angle ,
   flags ,
   fillColor 
)
public:
RotateCommand( 
   int angle,
   RotateCommandFlags flags,
   RasterColor fillColor
)

Parameters

angle
Hundredths of degrees to rotate (+/-). This can be a number from 1 to 36,000. A positive value will rotate the image in a clockwise rotation, while a negative value will rotate the image in a counter-clockwise rotation.
flags
Flag to keep the resulting image the same size as the original image or to resize according to the rotation direction specified.
fillColor
The background fill color.
Example
For an example, refer to RotateCommand.
Requirements

Target Platforms

See Also

Reference

RotateCommand Class
RotateCommand Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.