SVGPathElement.CreateSVGPathSegCurvetoQuadraticAbs
SVGPathElement.CreateSVGPathSegCurvetoQuadraticAbs method
Renvoie un objet SVGPathSegCurvetoQuadraticAbs autonome et sans parent.
public SVGPathSegCurvetoQuadraticAbs CreateSVGPathSegCurvetoQuadraticAbs(float x, float y,
float x1, float y1)
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. |
x1 | Single | Coordonnée X absolue du premier point de contrôle. |
y1 | Single | La coordonnée Y absolue du premier point de contrôle. |
Return_Value
Un objet SVGPathSegCurvetoQuadraticAbs autonome et sans parent.
Voir également
- class SVGPathSegCurvetoQuadraticAbs
- class SVGPathElement
- espace de noms Aspose.Svg
- Assemblée Aspose.SVG