SetWindowOrgEx

Function SetWindowOrgEx 

Source
pub unsafe extern "system" fn SetWindowOrgEx(
    hdc: *mut c_void,
    x: i32,
    y: i32,
    lppt: *mut POINT,
) -> i32
Expand description

#218 SetWindowOrgEx

set horizontal (x) and vertical (y) window origins of the device-context hdc

ยงSee also

  • MS-EMF:v14 2.3.11.31 EMR_SETWINDOWORGEX Record