Edit

SKRotationScaleMatrix.CreateTranslation(Single, Single) Method

Definition

Creates a translation matrix with no rotation or scale.

public static SkiaSharp.SKRotationScaleMatrix CreateTranslation(float x, float y);

Parameters

x
Single

The x-axis translation value.

y
Single

The y-axis translation value.

Returns

A new SKRotationScaleMatrix representing the translation.

Applies to