Skip to main content
All docs
V24.1

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

public void ScaleTransform(
    float sx,
    float sy
)

Parameters

Name Type Description
sx Single

Scale factor in the x direction.

sy Single

Scale factor in the y direction.

See Also