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

    Sets the specified matrix as the transformation matrix for this GraphicsCache.

    Namespace: DevExpress.Utils.Drawing

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

    [EditorBrowsable(EditorBrowsableState.Never)]
    public void SetTransformMatrix(
        Matrix matrix
    )

    Parameters

    Name Type Description
    matrix Matrix

    A Matrix matrix that should be used by this GraphicsCache as the transformation matrix.

    See Also