CreateSVGPathSegCurvetoCubicSmoothRel
SVGPathElement.CreateSVGPathSegCurvetoCubicSmoothRel method
Devuelve un objeto SVGPathSegCurvetoCubicSmoothRel independiente y sin padre.
public SVGPathSegCurvetoCubicSmoothRel CreateSVGPathSegCurvetoCubicSmoothRel(float x, float y,
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. |
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 SVGPathSegCurvetoCubicSmoothRel independiente y sin padres.
Ver también
- class SVGPathSegCurvetoCubicSmoothRel
- class SVGPathElement
- espacio de nombres Aspose.Svg
- asamblea Aspose.SVG