Skip to main content
All docs
V23.2

GraphicsCache.ScaleTransform(Single, Single, MatrixOrder) Method

Applies the scaling operation to the transformation matrix of this GraphicsCache object. See the ScaleTransform method for more information.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public void ScaleTransform(
    float sx,
    float sy,
    MatrixOrder order = MatrixOrder.Prepend
)

Parameters

Name Type Description
sx Single

The scale factor in the X direction.

sy Single

The scale factor in the Y direction.

Optional Parameters

Name Type Default Description
order MatrixOrder Prepend

Specifies whether the scaling operation is prepended or appended to the transformation matrix.

See Also