SVGPathElement.CreateSVGPathSegLinetoAbs
SVGPathElement.CreateSVGPathSegLinetoAbs method
Returns a stand-alone, parentless SVGPathSegLinetoAbs object.
public SVGPathSegLinetoAbs CreateSVGPathSegLinetoAbs(float x, float y)
Parameter | Type | Description |
---|---|---|
x | Single | The absolute X coordinate for the end point of this path segment. |
y | Single | The absolute Y coordinate for the end point of this path segment. |
Return Value
A stand-alone, parentless SVGPathSegLinetoAbs object.
See Also
- class SVGPathSegLinetoAbs
- class SVGPathElement
- namespace Aspose.Svg
- assembly Aspose.SVG