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

    Returns a 3-by-3 affine matrix that represents a geometric transform.

    Namespace: DevExpress.Utils.Drawing

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

    public IDxMatrix CreateMatrix()

    Returns

    Type Description
    DevExpress.Utils.Drawing.IDxMatrix

    An object that represents a geometric transform.

    See Also