Skip to main content
A newer version of this page is available. .

GraphicsCache.SetTransformMatrix(Matrix) Method

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v20.2.dll

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

Declaration

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

Parameters

Name Type
matrix Matrix
See Also