SVGPathElement.CreateSVGPathSegMovetoAbs
SVGPathElement.CreateSVGPathSegMovetoAbs method
Returns a stand-alone, parentless SVGPathSegMovetoAbs object.
public SVGPathSegMovetoAbs CreateSVGPathSegMovetoAbs(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 SVGPathSegMovetoAbs object.
See Also
- class SVGPathSegMovetoAbs
- class SVGPathElement
- namespace Aspose.Svg
- assembly Aspose.SVG