[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.TransformMatrix.Rotate

Rotate Method

Rotate(float)

Applies a clockwise rotation of the specified angle about the origin to this Matrix object.

Declaration
public void Rotate(float angle)
Parameters
Type Name Description
float angle

A float indicates the clockwise angle.

Rotate(float, TransformOrder)

Applies a clockwise rotation of the specified angle about the origin to this Matrix object.

Declaration
public void Rotate(float angle, TransformOrder order)
Parameters
Type Name Description
float angle

A float indicates the clockwise angle.

TransformOrder order

A TransformOrder enumeration that specifies the order (append or prepend) in which the rotation is applied to this Matrix object.