NodeShape.CreateConnectionPoint Method
A connection point is a point on the edge of a shape at which connectors are terminated in preference to other points on the edge.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Public Sub CreateConnectionPoint ( _
center As PointD _
)
public void CreateConnectionPoint(
PointD center
)
public:
void CreateConnectionPoint(
PointD center
)
member CreateConnectionPoint :
center:PointD -> unit
public function CreateConnectionPoint(
center : PointD
)
Parameters
center
Type: Microsoft.VisualStudio.Modeling.Diagrams.PointDThe point on the shape’s edge at which to attach connectors.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.