ExtFloodFill

Function ExtFloodFill 

Source
pub unsafe extern "system" fn ExtFloodFill(
    hdc: *mut c_void,
    x: i32,
    y: i32,
    color: u32,
    type: u32,
) -> i32
Expand description

#255 ExtFloodFill

fill an area of screen using the currently selected brush

ยงSee also

  • MS-EMF:v14 2.3.5.6 EMR_EXTFLOODFILL Record