Blit an area
int PgBlit( const PhRect_t *rect, const PhPoint_t *offset ); int PgBlitCx( void dc, const PhRect_t *rect, const PhPoint_t *offset );
ph
These functions “blit” the area that is defined by rect. The area is blitted by the given offset. Other windows aren't affected by the blit.
PgBlit() blits the region defined by the region set for the current draw context, while PgBlitCx() lets you define the draw context dc.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PgMultiBlit*() PhBlit(), PhPoint_t, PhRect_t, PtClippedBlit(), PtWidgetRid()