Skip to main content

GraphicsCache.GetTransformMatrix() Method

Returns the GraphicsCache.TransformMatrix property value.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
public Matrix GetTransformMatrix()

Returns

Type Description
Matrix

The Matrix that is the geometric world transformation for this GraphicsCache object.

See Also