CreateSVGPathSegCurvetoCubicRel
SVGPathElement.CreateSVGPathSegCurvetoCubicRel method
Devuelve un objeto SVGPathSegCurvetoCubicRel independiente y sin padres.
public SVGPathSegCurvetoCubicRel CreateSVGPathSegCurvetoCubicRel(float x, float y, float x1,
float y1, float x2, float y2)
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. |
x2 | Single | La coordenada X relativa para el segundo punto de control. |
y2 | Single | La coordenada Y relativa para el segundo punto de control. |
Valor_devuelto
Un objeto SVGPathSegCurvetoCubicRel independiente y sin padres.
Ver también
- class SVGPathSegCurvetoCubicRel
- class SVGPathElement
- espacio de nombres Aspose.Svg
- asamblea Aspose.SVG