CreateSVGPathSegMovetoRel
SVGPathElement.CreateSVGPathSegMovetoRel method
Renvoie un objet SVGPathSegMovetoRel autonome et sans parent.
public SVGPathSegMovetoRel CreateSVGPathSegMovetoRel(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 SVGPathSegMovetoRel autonome et sans parent.
Voir également
- class SVGPathSegMovetoRel
- class SVGPathElement
- espace de noms Aspose.Svg
- Assemblée Aspose.SVG