GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoDrawing Class
/ CloseAllFigures Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
CloseAllFigures Method
In This Topic
Closes all figures in the shape.
Syntax
C#
public
void
CloseAllFigures()
Remarks
This just calls
CloseFigure(Int32)
with the end index of each figure. You may find it convenient to call this after constructing some figures a segment at a time, when you intend all of the figures to be filled with the brush.
See Also
Reference
GoDrawing Class
GoDrawing Members