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.

public void Skew (SkiaSharp.SKPoint skew);

Parameters

skew
SKPoint

The amount to skew.

Applies to

Skew(Single, Single)

Pre-concatenates the current matrix with the specified skew.

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