Function gdi32::SetViewportOrgEx
[−]
[src]
pub unsafe extern "system" fn SetViewportOrgEx(
hdc: HDC,
x: c_int,
y: c_int,
lppt: *mut POINT
) -> BOOL