Search
AnchorPointCollection.Remove Method
See Also
 





Removes the specified anchor point from the collection.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override bool Remove (
    AnchorPoint point
)

Visual Basic  Copy Code

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

 Parameters

point

 Return Value

 See Also