Search
Utils.toRectangleF Method
See Also
 






Returns a Rectangle2D with the specified size and location at (0, 0).

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

 Syntax

Java  Copy Code

public static Rectangle2D toRectangleF (
    Dimension2D s
)

 Parameters

s

The size of the new rectangle.

 Return Value

A Rectangle2D with the specified size.

 See Also