MoveToEx

Function MoveToEx 

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

#249 MoveToEx

sets the current position in the specified device-context

ยงSee also

  • MS-EMF:v14 2.3.11.4 EMR_MOVETOEX Record