GraphicsCache.GetTransform() Method
In This Article
Returns a copy of the geometric world transformation for the contained Graphics object.
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#Returns
Type | Description |
---|---|
DevExpress. |
A copy of the Matrix that represents the geometric world transformation for the contained Graphics object. |
See Also