|
GINO Graphics Suite - GINO v9.0
|
|
 |
 |
gEnqPixelResolution
Syntax
[C/C++:]
void gEnqPixelResolution(int *nxpix, int *nypix);
[F90:]
subroutine gEnqPixelResolution(nxpix, nypix)
integer, intent(out) :: nxpix,nypix
Arguments
nxpix
The number of pixels in the horizontal direction
nypix
The number of pixels in the vertical direction
Description
The routine gEnqPixelResolution() returns the pixel resolution for the current device limits.
The range of pixels is from 0 to
nxpix-1 and 0 to
nypix-1.
The pixel origin is at the top left of the device limits.
See Also
gEnqPixelResolution Usage