Search
AnchorPointCollection.RemoveAt Method
See Also
 





Removes the anchor point at the specified index of the collection.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override void RemoveAt (
    int index
)

Visual Basic  Copy Code

Public Overrides Sub RemoveAt( _
    index As Integer _
)

 Parameters

index

 See Also