pub unsafe extern "system" fn OffsetViewportOrgEx(
hdc: *mut c_void,
x: i32,
y: i32,
lppt: *mut POINT,
) -> i32Expand description
#208 OffsetViewportOrgEx
offset the origin of the viewport associated with the device-context
specified in the hdc parameter