Click or drag to resize

IMatrixRotate Method

Prepend a rotation to the matrix around the origin (0,0)

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void Rotate(
	float angle
)

Parameters

angle
Type: SystemSingle
Angle in degrees to rotate. A positive value indicates a clockwise rotation, whereas a negative value will rotate counter clockwise
See Also