Charting for WinForms Programmer's Guide
PointList.Remove Method
See Also
 






Removes the specified point from the list.

Namespace: MindFusion.Geometry.Geometry2D
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public void Remove (
    PointF point
)

Visual Basic  Copy Code

Public Sub Remove( _
    point As PointF _
)

 Parameters

point
The PointF object to remove from the collection.

 See Also

PointList Members
PointList Class
MindFusion.Geometry.Geometry2D Namespace