Edit

SKRotationScaleMatrix.CreateScale(Single) Method

Definition

Creates a uniform scale matrix with no rotation or translation.

public static SkiaSharp.SKRotationScaleMatrix CreateScale(float s);

Parameters

s
Single

The uniform scale factor.

Returns

A new SKRotationScaleMatrix representing the scale transformation.

Applies to