Click or drag to resize

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
)

Parameters

angle
Type: SystemSingle
Angle in degrees to rotate this point around the origin (0,0)
See Also