Draw an image that's contained in a PhImage_t structure
int PgDrawPhImagemx( PhPoint_t const *pos, PhImage_t const *image, int flags );
This function draws the provided image at position pos. The image parameter must be a pointer to a PhImage_t structure that defines the image to be rendered. If the image has a transparency mask, it's used.
The currently defined valid bits for the flags parameter are:
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
ApGetImageRes(), PhImage_t, PhMakeGhostBitmap(), PhMakeTransBitmap(), PhReleaseImage(), PxLoadImage()