Edit

Share via


SKMatrix.CreateSkew(Single, Single) Method

Definition

Creates a skewing matrix.

public static SkiaSharp.SKMatrix CreateSkew(float x, float y);

Parameters

x
Single

The skew factor in the x-direction.

y
Single

The skew factor in the y-direction.

Returns

Returns the new skewing matrix.

Applies to