MindFusion.Java Package Programmer's Guide
Utils.center Method (Rectangle2D)
See Also
 






Returns the center point of the specified rectangle.

Namespace: com.mindfusion.charting.components.gauges
Package: 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

center Method Overload List
Utils Members
Utils Class
com.mindfusion.charting.components.gauges Namespace