NodeShape.CreateConnectionPoint(PointD) Method

Definition

Creates a connection point with the given center point, and adds it to the ConnectionPoints collection for this shape.

public:
 void CreateConnectionPoint(Microsoft::VisualStudio::Modeling::Diagrams::PointD center);
public void CreateConnectionPoint (Microsoft.VisualStudio.Modeling.Diagrams.PointD center);
member this.CreateConnectionPoint : Microsoft.VisualStudio.Modeling.Diagrams.PointD -> unit
Public Sub CreateConnectionPoint (center As PointD)

Parameters

center
PointD

Applies to