SKPathBuilder.RMoveTo 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 |
|---|---|
| RMoveTo(SKPoint) |
Begins a new contour at a point offset from the current point. |
| RMoveTo(Single, Single) |
Begins a new contour at a position offset from the current point by the specified coordinates. |
RMoveTo(SKPoint)
Begins a new contour at a point offset from the current point.
public void RMoveTo(SkiaSharp.SKPoint point);
Parameters
- point
- SKPoint
The offset from the current point to the starting point of the new contour.