SKPathBuilder.RLineTo 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 |
|---|---|
| RLineTo(SKPoint) |
Appends a relative straight line segment from the current point using the specified offset. |
| RLineTo(Single, Single) |
Appends a relative straight line segment from the current point using the specified offset coordinates. |
RLineTo(SKPoint)
Appends a relative straight line segment from the current point using the specified offset.
public void RLineTo(SkiaSharp.SKPoint point);
Parameters
- point
- SKPoint
The offset from the current point to the end point of the line segment.