PathAsClosed Method
Gets a
Path instance from this
Path, in which every figure is closed.
Namespace: KGySoft.Drawing.ShapesAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.1.1
Public Function AsClosed As Path
member AsClosed : unit -> Path
Return Value
PathThis
Path instance, if every figure is already closed; otherwise,
a new
Path instance, in which every figure is closed.