GraphicsIHandlerRotateTransform Method |
Rotates the co-ordinate system by the given angle
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void RotateTransform(
float angle
)
Sub RotateTransform (
angle As Single
)
abstract RotateTransform :
angle : float32 -> unit
Parameters
- angle
- Type: SystemSingle
Angle in degrees to rotate the co-ordinates
See Also