Returns the rectangle center.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
public Point GetCenter () |
Visual Basic
Copy Code
|
|---|
Public Function GetCenter () As Point |
A Point representing the center of this rectangle.
See Also