SKMatrix44.FromRowMajor(ReadOnlySpan<Single>) 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.
Creates a matrix from values in row-major order.
public static SkiaSharp.SKMatrix44 FromRowMajor(ReadOnlySpan<float> src);
Parameters
- src
- ReadOnlySpan<Single>
A span containing 16 values in row-major order.
Returns
Returns the new matrix.