Search
Component.localToRoot Method
See Also
 






Transforms the specified point to the coordinate system of the root panel.

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

 Syntax

Java  Copy Code

public Point2D localToRoot (
    Point2D point
)

 Parameters

point

A Point2D instance containing coordinates local to this component.

 Return Value

A Point2D instance containing coordinates relative to the root panel.

 See Also