SKCanvas.Skew Method
Definition
Overloads
Skew(Single, Single) |
Pre-concatenates the current matrix with the specified skew. |
Skew(SKPoint) |
Pre-concatenates the current matrix with the specified skew. |
Skew(Single, Single)
Skew(SKPoint)
Pre-concatenates the current matrix with the specified skew.
public void Skew (SkiaSharp.SKPoint skew);
Parameters
- skew
- SKPoint
The amount to skew.