gimp_fuzzy_select << INDEX >>
gimp_get_path_by_tattoo
gimp_get_monitor_resolution (1995-1996)
- NAME
- gimp_get_monitor_resolution - Get the monitor resolution as specified in the Preferences.
- SYNOPSIS
- (xres,yres) = gimp_get_monitor_resolution
- DESCRIPTION
- Returns the resolution of the monitor in pixels/inch. This value is taken from the Preferences (or the X-Server if this is set in the Preferences) and there's no guarantee for the value to be reasonable.
- RETURN VALUES
| TYPE | NAME | DESCRIPTION
|
|---|
| FLOAT | xres | X resolution |
| FLOAT | yres | Y resolution |
- SOME SYNTAX ALTERNATIVES
- (xres,yres) = Gimp->get_monitor_resolution
(xres,yres) = get_monitor_resolution Layer
(xres,yres) = get_monitor_resolution Image
(xres,yres) = get_monitor_resolution Channel
(xres,yres) = get_monitor_resolution Display
(xres,yres) = get_monitor_resolution Drawable
- AUTHOR
- Spencer Kimball & Peter Mattis
(c)1995-1996 Spencer Kimball & Peter Mattis
This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>