Search
Component.LocalToRoot Method
See Also
 






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

Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Point LocalToRoot (
    Point point
)

Visual Basic  Copy Code

Public Function LocalToRoot( _
    point As Point _
) As Point

 Parameters

point

A Point instance containing coordinates local to this component.

 Return Value

A Point instance containing coordinates relative to the root panel.

 See Also