get_ranges
Description:
public void get_ranges (
out int min_width,
out int max_width,
out int min_height,
out int max_height)
Get the ranges of the screen
Parameters:
| this |
a RRScreen
|
| min_width |
the minimum width
|
| max_width |
the maximum width
|
| min_height |
the minimum height
|
| max_height |
the maximum height
|