The ability for converting global to content coordinates and vice versa
| C# | Visual Basic | Visual C++ |
public interface IGlobalContent
Public Interface IGlobalContent
public interface class IGlobalContent
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| ContentToGlobal(Point) |
Converts content coordinates to global coordinates
| |
| ContentToGlobal(Rectangle) |
Converts content bounds to global bounds
| |
| GlobalToContent(Point) |
Converts global coordinates to content coordinates
| |
| GlobalToContent(Rectangle) |
Converts global bounds to local bounds
|