Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal angle As Integer, _ ByVal flags As RotateCommandFlags, _ ByVal fillColor As RasterColor _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RotateCommand( int angle, RotateCommandFlags flags, RasterColor fillColor ) |
C++/CLI | |
---|---|
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.
For an example, refer to RotateCommand.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family