GPR_$INQ_BITMAP_POSITION GPR Calls GPR_$INQ_BITMAP_POSITION
NAME
gpr_$inq_bitmap_position - returns the position of the upper left corner
of the specified bitmap.
FORMAT
gpr_$inq_bitmap_position (bitmap_desc, origin, status)
DESCRIPTION
This routine returns the position of the upper left corner of the speci-
fied bitmap. This is normally the screen position, although it does have
some significance for main memory bitmaps.
Input Parameters
bitmap_desc
The descriptor of the bitmap in gpr_$bitmap_desc_t format. This is
a 4-byte integer.
Output Parameters
origin
The position of the upper left-hand corner of the bitmap in
gpr_$position_t format. This data type is 4 bytes long.
status
Completion status, in status_$t format.
NOTES
The bitmap position is different from the current position returned by
the gpr_$inq_cp.
The gpr_$inq_bitmap_position routine is not meaningful if the bitmap is a
display manager pad (i.e., a frame mode bitmap).