The ability for converting global to local coordinates and vice versa
| C# | Visual Basic | Visual C++ |
public interface IGlobalLocal
Public Interface IGlobalLocal
public interface class IGlobalLocal
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| 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
|