SVGPathElement.CreateSVGPathSegLinetoRel
SVGPathElement.CreateSVGPathSegLinetoRel method
Returns a stand-alone, parentless SVGPathSegLinetoRel object.
public SVGPathSegLinetoRel CreateSVGPathSegLinetoRel(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 SVGPathSegLinetoRel object.
See Also
- class SVGPathSegLinetoRel
- class SVGPathElement
- namespace Aspose.Svg
- assembly Aspose.SVG