Rectangle

Function Rectangle 

Source
pub unsafe extern "system" fn Rectangle(
    hdc: *mut c_void,
    left: i32,
    top: i32,
    right: i32,
    bottom: i32,
) -> i32
Expand description

#251 Rectangle

draw a rectangle into the specified device-context using the currently selected pen

ยงSee also

  • MS-EMF:v14 2.3.5.34 EMR_RECTANGLE Record