SVGPathElement.CreateSVGPathSegMovetoRel
SVGPathElement.CreateSVGPathSegMovetoRel method
Returns a stand-alone, parentless SVGPathSegMovetoRel object.
public SVGPathSegMovetoRel CreateSVGPathSegMovetoRel(float x, float y)
| Parameter | Type | Description |
|---|---|---|
| x | Single | The relative X coordinate for the end point of this path segment. |
| y | Single | The relative Y coordinate for the end point of this path segment. |
Return Value
A stand-alone, parentless SVGPathSegMovetoRel object.
See Also
- class SVGPathSegMovetoRel
- class SVGPathElement
- namespace Aspose.Svg
- assembly Aspose.SVG