pub unsafe extern "C" fn FREInvalidateBitmapDataRect(
object: *mut c_void,
x: u32,
y: u32,
width: u32,
height: u32,
) -> FREResultExpand 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.
@return FREResult::FRE_OK
FREResult::FRE_INVALID_OBJECT
FREResult::FRE_WRONG_THREAD
FREResult::FRE_ILLEGAL_STATE
FREResult::FRE_TYPE_MISMATCH