Table of Contents

Method CreateRotation

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

CreateRotation(float)

Creates a TransformMatrix with clockwise rotation of the specified angle about the origin.

public static TransformMatrix CreateRotation(float angle)

Parameters

angle float

The angle of the clockwise rotation, in degrees.

Returns

TransformMatrix