Search
Utils.center Method
See Also
 






Returns the center point of the specified rectangle.

Namespace: com.mindfusion.charting.components.gauges
File: com.mindfusion.charting.components.gauges

 Syntax

Java  Copy Code

public static Point2D center (
    Rectangle2D r
)

 Parameters

r

The rectangle of interest.

 Return Value

A Point2D representing the rectangle's center.

 See Also