GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoStroke Class / ClearPoints Method
In This Topic
    ClearPoints Method (GoStroke)
    In This Topic
    Remove all of the points for this stroke.
    Syntax
    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