PathBuilder.Mr
PathBuilder.Mr method
Adds a relative ‘Move To’ command to the path data.
public PathBuilder Mr(double x, double y)
Parameter | Type | Description |
---|---|---|
x | Double | The x-coordinate to move to, relative to the current position. |
y | Double | The y-coordinate to move to, relative to the current position. |
Return Value
The current PathBuilder instance.
See Also
- class PathBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG