Skip to main content

GraphicsCache.SetTransformMatrix(Matrix) Method

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

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.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