AnchorPoint – konstruktor
Obor názvů: Microsoft.VisualStudio.Modeling.Diagrams
Sestavení: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (v Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntaxe
'Deklarace
Public Sub New ( _
linkShape As LinkShape, _
lineSegment As LineSegment, _
connectedShape As NodeShape, _
tolerance As SizeD, _
isStartPoint As Boolean _
)
public AnchorPoint(
LinkShape linkShape,
LineSegment lineSegment,
NodeShape connectedShape,
SizeD tolerance,
bool isStartPoint
)
Parametry
- linkShape
Typ: Microsoft.VisualStudio.Modeling.Diagrams.LinkShape
- lineSegment
Typ: Microsoft.VisualStudio.Modeling.Diagrams.LineSegment
- connectedShape
Typ: Microsoft.VisualStudio.Modeling.Diagrams.NodeShape
- tolerance
Typ: Microsoft.VisualStudio.Modeling.Diagrams.SizeD
- isStartPoint
Typ: System.Boolean
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.