Search
AnchorPointCollection.Remove Method
See Also
 






Removes the specified anchor point from the collection.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override bool Remove (
    AnchorPoint item
)

Visual Basic  Copy Code

Public Overrides Function Remove( _
    item As AnchorPoint _
) As Boolean

 Parameters

item

The point to remove.

 Return Value

 See Also