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