SVGPathElementCreateSVGPathSegMovetoAbs Method |
Returns a stand-alone, parentless SVGPathSegMovetoAbs object.
Namespace:
Aspose.Svg
Assembly:
Aspose.SVG (in Aspose.SVG.dll) Version: 22.4
Syntaxpublic SVGPathSegMovetoAbs CreateSVGPathSegMovetoAbs(
float x,
float y
)
Public Function CreateSVGPathSegMovetoAbs (
x As Single,
y As Single
) As SVGPathSegMovetoAbs
public:
SVGPathSegMovetoAbs^ CreateSVGPathSegMovetoAbs(
float x,
float y
)
member CreateSVGPathSegMovetoAbs :
x : float32 *
y : float32 -> SVGPathSegMovetoAbs
Parameters
- x
- Type: SystemSingle
The absolute X coordinate for the end point of this path segment. - y
- Type: SystemSingle
The absolute Y coordinate for the end point of this path segment.
Return Value
Type:
SVGPathSegMovetoAbsA stand-alone, parentless SVGPathSegMovetoAbs object.
See Also