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