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