Search
AnchorPattern Constructor (AnchorPointCollection, String)
See Also
 





Initializes a new instance of the AnchorPattern class with the specified anchor points.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public AnchorPattern (
    AnchorPointCollection points,
    string id
)

Visual Basic  Copy Code

Public New ( _
    points As AnchorPointCollection, _
    id As String _
)

 Parameters

points
A collection of AnchorPoint objects.
id

An unique identifier for this anchor pattern.

 See Also