DXMatrix(Single[]) Constructor
Initializes a new instance of the DXMatrix class with specified settings.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v25.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| elements | Single[] | An array of floating-point values that are the matrix elements. |
See Also