Search
AnchorPointCollection.Add Method
See Also
 





Adds the specified anchor point to the collection.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override void Add (
    AnchorPoint point
)

Visual Basic  Copy Code

Public Overrides Sub Add( _
    point As AnchorPoint _
)

 Parameters

point

 See Also