DXMatrix.RotateAt(Single, PointF, DXMatrixOrder) Method
Applies a clockwise rotation around the specified point in the specified order.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
Declaration
public void RotateAt(
float angle,
PointF point,
DXMatrixOrder order = DXMatrixOrder.Prepend
)
Parameters
Name | Type | Description |
---|---|---|
angle | Single | The angle of the rotation, in degrees. |
point | PointF | The rotation center. |
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
order | DXMatrixOrder | Prepend | An enumeration value that indicates the order (append or prepend) in which the rotation is applied. |
See Also