Search
DiagramNode.GetCenter Method
See Also
 





Gets the center of this node's bounding rectangle.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Point GetCenter ()

Visual Basic  Copy Code

Public Function GetCenter () As Point

 Return Value

A Microsoft.Maui.Graphics.Point representing the center point of this node.

 See Also