DXGraphics.ScaleTransform(Single, Single) Method
Scales the coordinate system by the specified scale factor.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.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. |
See Also