GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoStroke 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 (GoStroke)
In This Topic
Remove all of the points for this stroke.
Syntax
C#
public
virtual
void
ClearPoints()
Remarks
Afterwards, this stroke 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
GoStroke Class
GoStroke Members