DXGraphics.ScaleTransform(Single, Single, DXMatrixOrder) Method
Scales the coordinate system by the specified scale factor. Allows you to set the operation order.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v25.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| sx | Single | Scale factor in the x direction. |
| sy | Single | Scale factor in the y direction. |
| order | DXMatrixOrder | An enumeration value that indicates the operation order. |
See Also