PointFRotate Method (Single) |
Treats the point as a vector and rotates it around the origin (0,0) by the specified angle.
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void Rotate(
float angle
)
Public Sub Rotate (
angle As Single
)
member Rotate :
angle : float32 -> unit
Parameters
- angle
- Type: SystemSingle
Angle in degrees to rotate this point around the origin (0,0)
See Also