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