Edit

SKRotationScaleMatrix.CreateIdentity Method

Definition

Creates an identity matrix that represents no transformation.

public static SkiaSharp.SKRotationScaleMatrix CreateIdentity();

Returns

A new SKRotationScaleMatrix with scale of 1, no rotation, and no translation.

Applies to