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

.NET Framework Security

See Also

Reference

NodeShape Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace

EnsureConnectionPoints