Converts relative coordionates to global coordinates.
Declaration Syntax
public void LocalToGlobal(int x, int y, out Int32 xOut, out Int32 yOut)
Parameters
- x(int)
 X coordinate relative to the container.
- y(int)
 Y coordinate relative to the container.
- xOut(Int32)
 Returned global x coordinate.
- yOut(Int32)
 Returned global y coordinate.