TransformationMatrixCreateRotationDegrees(Single) Method

Creates a rotation matrix using the specified angle in degrees.

Definition

Namespace: KGySoft.Drawing.Shapes
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
C#
public static TransformationMatrix CreateRotationDegrees(
	float angle
)

Parameters

angle  Single
The angle, in degrees, by which to rotate the matrix.

Return Value

TransformationMatrix
The rotation matrix.

See Also