get_bounds
Description:
[
CCode ( cname =
"gimp_preview_get_bounds" ) ]
public void get_bounds (
out int xmin,
out int ymin,
out int xmax,
out int ymax)
Parameters:
| this |
A Preview:
|
| xmin |
Lower bound for x
|
| ymin |
Lower bound for y
|
| xmax |
Higher bound for x
|
| ymax |
Higher bound for y
|