[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.TransformMatrix.RotateAt

RotateAt Method

RotateAt(Coordinate, float)

Applies a clockwise rotation to this Matrix object around the point specified in the point parameter, and by prepending the rotation

Declaration
public void RotateAt(Coordinate point, float angle)
Parameters
Type Name Description
Coordinate point

A Coordinate class that represents the center of the rotation.

float angle

The angle (extent) of the rotation.

RotateAt(Coordinate, float, TransformOrder)

Applies a clockwise rotation to this Matrix object around the point specified in the point parameter, and by prepending the rotation

Declaration
public void RotateAt(Coordinate point, float angle, TransformOrder order)
Parameters
Type Name Description
Coordinate point

A Coordinate class that represents the center of the rotation.

float angle

The angle (extent) of the rotation.

TransformOrder order

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