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