Search
Component.RootToLocal Method
See Also
 






Transforms the specified point to the coordinate system of this component.

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

 Syntax

C#  Copy Code

public Point RootToLocal (
    Point point
)

Visual Basic  Copy Code

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

 Parameters

point

A Point instance containing coordinates relative to the root panel.

 Return Value

A Point instance containing coordinates local to this component.

 See Also