eDriven Framework API
IGlobalLocal Interface
NamespaceseDriven.Gui.ComponentsIGlobalLocal
eDriven Framework API
The ability for converting global to local coordinates and vice versa
Declaration Syntax
C#Visual BasicVisual C++
public interface IGlobalLocal
Public Interface IGlobalLocal
public interface class IGlobalLocal
Members
All MembersMethods



IconMemberDescription
GlobalToLocal(Point)
Converts global (screen) coordinates to local (component) coordinates

GlobalToLocal(Rectangle)
Converts global (screen) bounds to local (component) bounds

LocalToGlobal(Point)
Converts local (component) coordinates to global (screen) coordinates

LocalToGlobal(Rectangle)
Converts local (component) bounds to global (screen) bounds

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)