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.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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