CreateSVGPathSegCurvetoQuadraticAbs
SVGPathElement.CreateSVGPathSegCurvetoQuadraticAbs method
Devuelve un objeto SVGPathSegCurvetoQuadraticAbs independiente y sin padre.
public SVGPathSegCurvetoQuadraticAbs CreateSVGPathSegCurvetoQuadraticAbs(float x, float y,
float x1, float y1)
Parámetro | Escribe | Descripción |
---|---|---|
x | Single | La coordenada X absoluta para el punto final de este segmento de ruta. |
y | Single | La coordenada Y absoluta para el punto final de este segmento de ruta. |
x1 | Single | La coordenada X absoluta para el primer punto de control. |
y1 | Single | La coordenada Y absoluta para el primer punto de control. |
Valor_devuelto
Un objeto SVGPathSegCurvetoQuadraticAbs independiente y sin padres.
Ver también
- class SVGPathSegCurvetoQuadraticAbs
- class SVGPathElement
- espacio de nombres Aspose.Svg
- asamblea Aspose.SVG