Skip to main content
All docs
V24.2

DXMatrix(Single[]) Constructor

In This Article

Initializes a new instance of the DXMatrix class with specified settings.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v24.2.dll

NuGet Package: DevExpress.Drawing

#Declaration

public DXMatrix(
    float[] elements
)

#Parameters

Name Type Description
elements Single[]

An array of floating-point values that are the matrix elements.

See Also