TransformationMatrixCreateRotationDegrees(Single) Method
Creates a rotation matrix using the specified angle in degrees.
Namespace: KGySoft.Drawing.ShapesAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
public static TransformationMatrix CreateRotationDegrees(
float angle
)
Public Shared Function CreateRotationDegrees (
angle As Single
) As TransformationMatrix
public:
static TransformationMatrix CreateRotationDegrees(
float angle
)
static member CreateRotationDegrees :
angle : float32 -> TransformationMatrix
- angle Single
- The angle, in degrees, by which to rotate the matrix.
TransformationMatrixThe rotation matrix.