Search
AnchorPointCollection.Add Method
See Also
 






Adds the specified anchor point to the collection.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override void Add (
    AnchorPoint item
)

Visual Basic  Copy Code

Public Overrides Sub Add( _
    item As AnchorPoint _
)

 Parameters

item

The point to add.

 See Also