Method
GimpUiPreviewget_bounds
Declaration [src]
void
gimp_preview_get_bounds (
  GimpPreview* preview,
  gint* xmin,
  gint* ymin,
  gint* xmax,
  gint* ymax
)
      Parameters
xmin- 
            
Type:
gint*Lower bound for x.
The argument will be set by the function. The argument can be NULL. ymin- 
            
Type:
gint*Lower bound for y.
The argument will be set by the function. The argument can be NULL. xmax- 
            
Type:
gint*Higher bound for x.
The argument will be set by the function. The argument can be NULL. ymax- 
            
Type:
gint*Higher bound for y.
The argument will be set by the function. The argument can be NULL.