set_bounds


Description:

[ CCode ( cname = "gimp_preview_set_bounds" ) ]
[ Version ( since = "2.2" ) ]
public void set_bounds (int xmin, int ymin, int xmax, int ymax)

Sets the lower and upper limits for the previewed area.

The difference between the upper and lower value is used to set the maximum size of the PreviewArea used in the this.

Parameters:

this

a Preview widget

xmin

the minimum X value

ymin

the minimum Y value

xmax

the maximum X value

ymax

the maximum Y value