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.
Namespace: KGySoft.Drawing.ShapesAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.1.1
public Path StartFigure()
Public Function StartFigure As Path
public:
Path^ StartFigure()
member StartFigure : unit -> Path
Return Value
PathThis
Path instance.