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

    Returns a copy of the geometric world transformation for the contained Graphics object.

    Namespace: DevExpress.Utils.Drawing

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

    public IDxMatrix GetTransform()

    Returns

    Type Description
    DevExpress.Utils.Drawing.IDxMatrix

    A copy of the Matrix that represents the geometric world transformation for the contained Graphics object.

    See Also