InvertRect

Function InvertRect 

Source
pub unsafe extern "system" fn InvertRect(
    hdc: *mut c_void,
    lprc: *const RECT,
) -> i32
Expand description

#155 InvertRect

inverts the pixels in a rectangular area of the device-context by performing a logical NOT operation on the each of the pixels’ bits