get_window
Description:
public void get_window (out int x1, out int y1, out int x2, out int y2)
Gets the user window of the current context.
Parameters:
x1 |
the left X coordinate
|
y1 |
the top Y coordinate
|
x2 |
the right X coordinate
|
y2 |
the bottom Y coordinate
|