Skip to main content

FREInvalidateBitmapDataRect

Function FREInvalidateBitmapDataRect 

Source
pub unsafe extern "C" fn FREInvalidateBitmapDataRect(
    object: *mut c_void,
    x: u32,
    y: u32,
    width: u32,
    height: u32,
) -> FREResult
Expand description

BitmapData must be acquired to call this. Clients must invalidate any region they modify in order to notify AIR of the changes. Only invalidated regions are redrawn.

ยงReturns