Search
AnchorPointCollection Constructor (AnchorPoint[])
See Also
 





Initializes a new instance of the AnchorPointCollection class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public AnchorPointCollection (
    AnchorPoint[] array
)

Visual Basic  Copy Code

Public New ( _
    array() As AnchorPoint _
)

 Parameters

array

 See Also