GDDM V3R2 Base Application Programming Reference
|
Previous topic |
Next topic |
Contents |
Index |
Contact z/OS |
Library |
PDF |
BOOK
Image - begin GDDM V3R2 Base Application Programming Reference SC33-0868-02 |
||||||||||||||||||||||||||||||||||
The Begin Image order, together with the Image Data and End Image orders approximate to the GSIMG and GSIMGS calls. An image consists of a rectangular array of display points. It is represented by a sequence of orders. The first is a Begin Image order and the last is an End Image order (see below). Between these delimiters, several Image Data orders may occur, giving the array of display points in the image. The initial coordinate pair (x0,y0) can be omitted. The current position is then used to place the image data, and the order code becomes X'91'. The current position is not changed by a series of Image orders. The size of the display point array and its representation are given by the Begin Image order. The fields IMAGEWIDTH and IMAGEDEPTH are optional and may be either both specified, or both omitted. When specified, the image is scaled to fill the area identified by the fields, using the rules defined in the GSIMGS call. When omitted, each display point is represented by one bit in the display point array.
|
Copyright IBM Corporation 1990, 2012 |