CreateSVGPathSegLinetoRel
SVGPathElement.CreateSVGPathSegLinetoRel method
Renvoie un objet SVGPathSegLinetoRel autonome et sans parent.
public SVGPathSegLinetoRel CreateSVGPathSegLinetoRel(float x, float y)
Paramètre | Taper | La description |
---|---|---|
x | Single | Coordonnée X relative du point final de ce segment de chemin. |
y | Single | Coordonnée Y relative du point final de ce segment de chemin. |
Return_Value
Un objet SVGPathSegLinetoRel autonome et sans parent.
Voir également
- class SVGPathSegLinetoRel
- class SVGPathElement
- espace de noms Aspose.Svg
- Assemblée Aspose.SVG