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