GINO Graphics Suite - GINO v9.0  

gEnqPosOfPixel

Syntax

[C/C++:]
void gEnqPosOfPixel(int ix, int iy, GPOINT *point);
[F90:]
subroutine gEnqPosOfPixel(ix, iy, point)

integer, intent(in) :: ix,iy
type (GPOINT), intent(out) :: point

Arguments

ix,iy
Pixel position within the device coordinates

point
Returned screen coordinates of pixel position

Description

The routine gEnqPosOfPixel() returns the screen coordinates (point) of a pixel position (ix,iy).

NB: The pixel coordinate system has its origin at the top left corner of the device.

See Also

gEnqPosOfPixel Usage
gEnqPixelPos