GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoPolygon Class
/ ClearPoints Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
ClearPoints Method (GoPolygon)
In This Topic
Remove all of the points for this polygon.
Syntax
C#
public
virtual
void
ClearPoints()
Remarks
Afterwards, this polygon is not likely to participate usefully in many operations, such as painting, until more points are added by calling
AddPoint(PointF)
or
SetPoints
.
See Also
Reference
GoPolygon Class
GoPolygon Members