SVGPathSegMovetoAbs Class
Contents
[
Hide
]SVGPathSegMovetoAbs class
The SVGPathSegMovetoAbs interface corresponds to an “absolute moveto” (M) path data command.
public class SVGPathSegMovetoAbs : SVGPathSeg
Properties
Name | Description |
---|---|
PathSegType { get; } | The type of the path segment as specified by one of the constants defined on this interface. |
PathSegTypeAsLetter { get; } | The type of the path segment, specified by the corresponding one character command name. |
X { get; set; } | The absolute X coordinate for the end point of this path segment. |
Y { get; set; } | The absolute Y coordinate for the end point of this path segment. |
Methods
Name | Description |
---|---|
Dispose() | Releases unmanaged and - optionally - managed resources. |
virtual GetPlatformType() | This method is used to retrieve the ECMAScript object . |
See Also
- class SVGPathSeg
- namespace Aspose.Html.Dom.Svg.Paths
- assembly Aspose.HTML