SKMatrix44.ToRowMajor Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| ToRowMajor() |
Converts the current matrix to a row-major array. |
| ToRowMajor(Span<Single>) |
Copies the matrix values to a span in row-major order. |
ToRowMajor()
Converts the current matrix to a row-major array.
public readonly float[] ToRowMajor();
Returns
Returns the new row-major array.