Search
ConnectionPoint.GetNodeRect Method
See Also
 





Returns the bounding rectangle of the node associated with this connection point.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual RectangleF GetNodeRect (
    bool rotated
)

Visual Basic  Copy Code

Public Overridable Function GetNodeRect( _
    rotated As Boolean _
) As RectangleF

 Parameters

rotated

 Return Value

 See Also