Table of Contents

Method CreateRotation

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

CreateRotation(double)

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

public static TransformMatrix CreateRotation(double angle)

Parameters

angle double

The angle of the clockwise rotation, in degrees.

Returns

TransformMatrix