This function draws the specified image onto the specified drawable.
![]() | The utility application convbmp that comes with Microwindows will build GR_IMAGE_HDR structures that may be compiled into your application. |
![]() | The maximum image size that may be sent between the client and server is set by the constant MAXREQUESTSZ, defined in the file microwin/src/nanox/nxproto.h. |
Type | Name | Description |
---|---|---|
GR_DRAW_ID | id | The ID of the drawable to draw the image onto. |
GR_GC_ID | gc | The ID of the graphics context to use when drawing the image. |
GR_COORD | x | The X coordinate to draw the image at, relative to the drawable. |
GR_COORD | y | The Y coordinate to draw the image at, relative to the drawable. |
GR_IMAGE_HDR* | pimage | A pointer to the image structure. |