Search
AnchorPattern Constructor
See Also
 





Initializes a new instance of the AnchorPattern class.

Namespace: MindFusion.Diagramming
File: AnchorPattern.js

 Syntax

JavaScript  Copy Code

function AnchorPattern (points, [patternId])

 Parameters

points

Contains the initial set of AnchorPoint instances for the new pattern.

patternId
Optional.

String. An unique identifier for this anchor pattern.

 See Also