GraphicsCache.SetTransform(IDxMatrix) Method
Sets the specified matrix as the transformation matrix for this GraphicsCache.
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
matrix | DevExpress.Utils.Drawing.IDxMatrix | A DevExpress.Utils.Drawing.IDxMatrix object that should be used by this GraphicsCache as the transformation matrix. |
See Also