SKMatrix44.CreateIdentity Method

Definition

Creates a new identity matrix.

public static SkiaSharp.SKMatrix44 CreateIdentity ();

Returns

Returns the new identity matrix.

Remarks

This is equivalent to creating an uninitialized matrix, and invoking SetIdentity().

Applies to