Search
PointCollection.Remove Method
See Also
 





Removes the specified point from the collection.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 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.

 See Also