Returns the center point of the specified rectangle.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
SyntaxC#
Copy Code
|
|---|
public static PointF Center ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function Center( _ |
The rectangle of interest.
A PointF representing the rectangle's center.
See Also