Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    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