Search
AnchorPoint Constructor
See Also
 





The following constructors are provided for creating new AnchorPoint objects.

 Overload List

Name Description

AnchorPoint ()

Initializes a new instance of the AnchorPoint class.

AnchorPoint (AnchorPoint)

Initializes a new instance of the AnchorPoint class using the specified AnchorPoint as a prototype.

AnchorPoint (Double, Double)

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

AnchorPoint (Double, Double, Boolean, Boolean)

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

AnchorPoint (Double, Double, Boolean, Boolean, Brush, Int32)

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

AnchorPoint (Double, Double, Boolean, Boolean, Brush, Int32, Object)

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

AnchorPoint (Double, Double, Boolean, Boolean, MarkStyle)

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

AnchorPoint (Double, Double, Boolean, Boolean, MarkStyle, Brush)

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

 See Also