AnchorPoint Constructor

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'宣言
Public Sub New ( _
    linkShape As LinkShape, _
    lineSegment As LineSegment, _
    connectedShape As NodeShape, _
    tolerance As SizeD, _
    isStartPoint As Boolean _
)
'使用
Dim linkShape As LinkShape
Dim lineSegment As LineSegment
Dim connectedShape As NodeShape
Dim tolerance As SizeD
Dim isStartPoint As Boolean

Dim instance As New AnchorPoint(linkShape, _
    lineSegment, connectedShape, tolerance, _
    isStartPoint)
public AnchorPoint(
    LinkShape linkShape,
    LineSegment lineSegment,
    NodeShape connectedShape,
    SizeD tolerance,
    bool isStartPoint
)
public:
AnchorPoint(
    LinkShape^ linkShape, 
    LineSegment^ lineSegment, 
    NodeShape^ connectedShape, 
    SizeD tolerance, 
    bool isStartPoint
)
public function AnchorPoint(
    linkShape : LinkShape, 
    lineSegment : LineSegment, 
    connectedShape : NodeShape, 
    tolerance : SizeD, 
    isStartPoint : boolean
)

Parameters

Permissions

See Also

Reference

AnchorPoint Class

AnchorPoint Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace