pe_set_pixmap_rep(3g) — Subroutines
Name
pe_set_pixmap_rep − Sets the pixmap table of the specified index.
Operating States: PHOP, WSOP, ∗, ∗
Digital PHIGS extension function
Syntax
void pe_set_pixmap_rep (
Pint wsid, /∗ (I) Workstation identifier ∗/
Pint index, /∗ (I) Pixmap table index ∗/
Ppoint ∗offset, /∗ (I) Offset from the upper left corner of the
pixmap, in device coordinates ∗/
Pint pixmap /∗ (I) Pixmap identifier ∗/
)
Data Structures
typedef struct {
Pfloat x; /∗ x coordinate ∗/
Pfloat y; /∗ y coordinate ∗/
} Ppoint;
Description
pe_set_pixmap_rep sets the pixmap table of the specified index. This function specifies the offset value you use in the pe_pixmap function call.
See Also
pe_inq_pixmap_rep
pe_pixmap