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