SVGPathSegClosePath Class
SVGPathSegClosePath class
he SVGPathSegClosePath interface corresponds to a “closepath” (z) path data command.
public class SVGPathSegClosePath : 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. |
Methods
| Name | Description |
|---|
| Dispose() | Releases unmanaged and - optionally - managed resources. |
| virtual GetPlatformType() | This method is used to retrieve the ECMAScript object Type. |
See Also