Search
AnchorPointCollection.GetAt Method
See Also
 





Gets the anchor point at the specified position.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public AnchorPoint GetAt (
    int index
)

Visual Basic  Copy Code

Public Function GetAt( _
    index As Integer _
) As AnchorPoint

 Parameters

index

 Return Value

 See Also