Skip to main content

GraphicsCache.CreateMatrix() Method

Returns a 3-by-3 affine matrix that represents a geometric transform.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public IDxMatrix CreateMatrix()

Returns

Type Description
DevExpress.Utils.Drawing.IDxMatrix

An object that represents a geometric transform.

See Also