SVGPathElementCreateSVGPathSegLinetoAbs Method |
Returns a stand-alone, parentless SVGPathSegLinetoAbs object.
Namespace:
Aspose.Svg
Assembly:
Aspose.SVG (in Aspose.SVG.dll) Version: 22.4
Syntaxpublic SVGPathSegLinetoAbs CreateSVGPathSegLinetoAbs(
float x,
float y
)
Public Function CreateSVGPathSegLinetoAbs (
x As Single,
y As Single
) As SVGPathSegLinetoAbs
public:
SVGPathSegLinetoAbs^ CreateSVGPathSegLinetoAbs(
float x,
float y
)
member CreateSVGPathSegLinetoAbs :
x : float32 *
y : float32 -> SVGPathSegLinetoAbs
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:
SVGPathSegLinetoAbsA stand-alone, parentless SVGPathSegLinetoAbs object.
See Also