ImageDeviceClosePath Method |
Closes the current subpath by appending a straight line segment from the current point to the starting point of the subpath.
If the current subpath is already closed, "ClosePath" does nothing.
This operator terminates the current subpath. Appending another segment to the current path begins a new subpath,
even if the new segment begins at the endpoint reached by the "ClosePath" method.
Namespace: Aspose.Html.Rendering.ImageAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic override void ClosePath()
Public Overrides Sub ClosePath
public:
virtual void ClosePath() override
abstract ClosePath : unit -> unit
override ClosePath : unit -> unit
Implements
IDeviceClosePath
See Also