PathStartFigure Method

Starts a new figure without closing the current figure. If the current figure is empty, this method has no effect.
See also the Remarks section of the CloseFigure method for details.

Definition

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

Return Value

Path
This Path instance.

See Also