IGraphicsRotate Method

Applies the specified rotation to the transformation matrix.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.2.0
C#
void Rotate(
	float degrees
)

Parameters

degrees  Single
Angle of rotation in degrees.

See Also