Skip to main content
All docs
V23.2

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.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public void ScaleTransform(
    float sx,
    float sy,
    DXMatrixOrder order
)

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