Click or drag to resize

Graphics.IHandler.RotateTransform 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
)

Parameters

angle
Type: System.Single
Angle in degrees to rotate the co-ordinates
See Also