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.v24.2.dll

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