GINO Graphics Suite - GINO v9.0  

gEnqPixelPos

Syntax

[C/C++:]
void gEnqPixelPos(float xsc, float ysc, GPIXEL *pix);
[F90:]
subroutine gEnqPixelPos(xsc, ysc, pix)

real, intent(in) :: xsc,ysc
type (GPIXEL), intent(out) :: pix

Arguments

xsc,ysc
Screen coordinates with respect to the picture axes within the device limits

pix
Returned pixel coordinates of the screen position

Description

The routine gEnqPixelPos() returns the pixel coordinates (pix) of a screen position (xsc,ysc) with respect to the picture axes.

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

See Also

gEnqPixelPos Usage
gEnqPosofPixel