GraphicsRotate 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#
public void Rotate(
	float degrees
)

Parameters

degrees  Single
Angle of rotation in degrees.

Implements

IGraphicsRotate(Single)

See Also