GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoDrawing Class
/ CompleteAllFigures Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
CompleteAllFigures Method
In This Topic
Completes all figures by adding a line segment from the last point to the start point of each figure, if needed.
Syntax
C#
public
void
CompleteAllFigures()
Remarks
This just calls
CompleteFigure(Int32)
with each figure index.
See Also
Reference
GoDrawing Class
GoDrawing Members