ASP.NET Pack Programmer's Guide
AnchorPoint Constructor
See Also
 





The following constructors are provided for creating new AnchorPoint objects.

 Overload List

Name Description

AnchorPoint ()

Constructor called when deserializing AnchorPoint objects.

AnchorPoint (Single, Single)

Initializes a new instance of the AnchorPoint class with the specified coordinates.

AnchorPoint (Single, Single, Boolean, Boolean)

Initializes a new instance of the AnchorPoint class with the specified coordinates and restrictions.

AnchorPoint (Single, Single, Boolean, Boolean, Color, Int32)

Initializes a new instance of the AnchorPoint class with the specified coordinates, restrictions and color.

AnchorPoint (Single, Single, Boolean, Boolean, Color, Int32, Object)

Initializes a new instance of the AnchorPoint class with the specified coordinates, restrictions, color and tag.

AnchorPoint (Single, Single, Boolean, Boolean, MarkStyle)

Initializes a new instance of the AnchorPoint class with the specified coordinates, restrictions and style.

AnchorPoint (Single, Single, Boolean, Boolean, MarkStyle, Color)

Initializes a new instance of the AnchorPoint class with the specified coordinates, restrictions, style and color.

 See Also

AnchorPoint Class
MindFusion.Diagramming Namespace