[]
        
(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)
Public Sub Rotate(angle As Single)
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)
Public Sub Rotate(angle As Single, order As TransformOrder)
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.