MindFusion.Mapping Programmer's Guide

Rect.GetCenter Method

See Also
 






Returns the rectangle center.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public Point GetCenter ()

Visual Basic  Copy Code

Public Function GetCenter () As Point

 Return Value

A Point representing the center of this rectangle.

 See Also