SKMatrix44.Matrix Property

Definition

Gets the SKMatrix equivalent of the current matrix.

public SkiaSharp.SKMatrix Matrix { get; }

Property Value

Remarks

When converting from SKMatrix44 to SKMatrix, the third row and column is dropped.

Applies to