Returns the center point of the specified rectangle.
Namespace: com.mindfusion.charting.components.gauges
File: com.mindfusion.charting.components.gauges
SyntaxJava
Copy Code
|
|---|
public static Point2D center ( |
The rectangle of interest.
A Point2D representing the rectangle's center.
See Also