SetViewportOrgEx

Function SetViewportOrgEx 

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

#211 SetViewportOrgEx

set the horizontal and vertical coordinates of the origin of the viewport associated with device-context specified in the hdc parameter

ยงSee also

  • MS-EMF:v14 2.3.11.29 EMR_SETVIEWPORTORGEX Record