SKPathBuilder.LineTo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| LineTo(SKPoint) |
Appends a straight line segment from the current point to the specified point. |
| LineTo(Single, Single) |
Appends a straight line segment from the current point to the specified coordinates. |
LineTo(SKPoint)
Appends a straight line segment from the current point to the specified point.
public void LineTo(SkiaSharp.SKPoint point);
Parameters
- point
- SKPoint
The end point of the line segment.