Search
Utilities.Center Method
See Also
 






Returns the center of the specified rectangle.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static Point Center (
    Rect r
)

Visual Basic  Copy Code

Public Shared Function Center( _
    r As Rect _
) As Point

 Parameters

r

 Return Value

 See Also