Search
PointCollection.Remove Method
See Also
 





Removes the specified point from the collection.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void Remove (
    Point point
)

Visual Basic  Copy Code

Public Sub Remove( _
    point As Point _
)

 Parameters

point

The Microsoft.Maui.Graphics.Point to remove.

 See Also