NodeShape.CreateConnectionPoint(PointD) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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