Op Englesch liesen Editéieren

Deelen iwwer


SKCanvas.Skew Method

Definition

Overloads

Skew(SKPoint)

Pre-concatenates the current matrix with the specified skew.

Skew(Single, Single)

Pre-concatenates the current matrix with the specified skew.

Skew(SKPoint)

Pre-concatenates the current matrix with the specified skew.

C#
public void Skew (SkiaSharp.SKPoint skew);

Parameters

skew
SKPoint

The amount to skew.

Applies to

SkiaSharp 2.88.x an aner Versiounen
Produkt Versiounen
SkiaSharp 1.60.x, 1.68.x, 2.80.x, 2.88.x

Skew(Single, Single)

Pre-concatenates the current matrix with the specified skew.

C#
public void Skew (float sx, float sy);

Parameters

sx
Single

The amount to skew in the x-direction.

sy
Single

The amount to skew in the y-direction.

Applies to

SkiaSharp 2.88.x an aner Versiounen
Produkt Versiounen
SkiaSharp 1.60.x, 1.68.x, 2.80.x, 2.88.x