Skip to main content
All docs
V25.1
  • GraphicsCache.GetTransformMatrix() Method

    Returns the GraphicsCache.TransformMatrix property value.

    Namespace: DevExpress.Utils.Drawing

    Assembly: DevExpress.Utils.v25.1.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