Skip to main content

GraphicsCache.SetTransform(IDxMatrix) 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

public void SetTransform(
    IDxMatrix matrix
)

Parameters

Name Type Description
matrix DevExpress.Utils.Drawing.IDxMatrix

A DevExpress.Utils.Drawing.IDxMatrix object that should be used by this GraphicsCache as the transformation matrix.

See Also