Search
ConnectionPoint.GetInitialPoint Method
See Also
 






Returns a point (usually the center of the bounding rectangle) contained within the associated node.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual Point GetInitialPoint ()

Visual Basic  Copy Code

Public Overridable Function GetInitialPoint () As Point

 Return Value

A Point object.

 See Also