Search
Utilities.normalizeRect Method
See Also
 






Converts the coordinates of the specified rectangle to coordinates of the drawing coordinate system.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public static Rectangle2D normalizeRect (
    Rectangle2D rc
)

 Parameters

rc

The Rectangle2D to normalize.

 Return Value

The result Rectangle2D object.

 See Also