DXGraphics.TranslateTransform(Single, Single, DXMatrixOrder) Method
Translates the coordinate system origin to the specified point.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Parameters
Name | Type | Description |
---|---|---|
dx | Single | The x-coordinate of the translation. |
dy | Single | The y-coordinate of the translation. |
order | DXMatrixOrder | An enumeration value that indicates the operation order. |
See Also