formZ SDK | 4.0 Call Back Reference | Renderer
Description
The image inval function. The inval function is called when an area on the screen becomes invalid (i.e. needs to be redrawn because the graphics in that area are no longer up-to-date). A renderer may need to know when this happens, in which case this function should be implemented. The invalidated area could either be a rectangle or an arbitrary shape. If the rect argument is not NULL, the area is a rectangle. Otherwise the rgn argument will be non-NULL and the area is an arbitrary region.
Plugin Prototype
fzrt_error_td fz_rndr_cbak_image_inval(
fzrt_int | windex, |
rect, | |
rgn ) |
Parameters
windex [Input]
project window index
rect [Input, Optional]
If not NULL, the screen rectangle that was invalidated.
rgn [Input, Optional]
If not NULL, the screen region that was invalidated.
Returns
Error codes
Availability
5.0.0.0
Function Set
Defined in