Skip to main content
A newer version of this page is available. .
All docs
V20.2

GraphicsCache.ScaleTransform(Single, Single, MatrixOrder) Method

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v20.2.dll

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

Declaration

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

Parameters

Name Type
sx Single
sy Single

Optional Parameters

Name Type Default
order MatrixOrder 0
See Also