MindFusion.Java Package Programmer's Guide
Utils.toRectangleF Method (Dimension2D)
See Also
 






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

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

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