PathAsClosed Method

Gets a Path instance from this Path, in which every figure is closed.

Definition

Namespace: KGySoft.Drawing.Shapes
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.1.1
C#
public Path AsClosed()

Return Value

Path
This Path instance, if every figure is already closed; otherwise, a new Path instance, in which every figure is closed.

See Also