Search
AnchorPattern Members
Constructors Properties Methods
 


An AnchorPattern instance defines a set of anchor points to be used together. A pattern can be assigned as an integral entity to the AnchorPattern property of diagram nodes.

The following tables list the members exposed by the AnchorPattern type.

 Public Constructors

  Name Description

AnchorPattern

Initializes a new instance of the AnchorPattern class.

 Public Properties

  Name Description

AnchorPointCount

Gets the number of points in this AnchorPattern.

PatternId

Gets a string that identifies an anchor pattern.

 Public Methods

  Name Description

AddAnchorPoint

This method has been superseded by AddAnchorPointF.

AddAnchorPointF

Adds a new anchor point to this anchor pattern.

GetAnchorPoint

This method has been superseded by GetAnchorPointF.

GetAnchorPointColumn

 

GetAnchorPointF

Gets information about an anchor point.

SetAnchorPointColumn

 

SetArrowStyleForPoint

Defines the Style and number of Segments to use for arrows that a user draws from the specified anchor point.

 See Also