Construtor AnchorPoint
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- linkShape
Tipo: Microsoft.VisualStudio.Modeling.Diagrams.LinkShape
- lineSegment
Tipo: Microsoft.VisualStudio.Modeling.Diagrams.LineSegment
- connectedShape
Tipo: Microsoft.VisualStudio.Modeling.Diagrams.NodeShape
- tolerance
Tipo: Microsoft.VisualStudio.Modeling.Diagrams.SizeD
- isStartPoint
Tipo: System.Boolean
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.