PolylineTo

Function PolylineTo 

Source
pub unsafe extern "system" fn PolylineTo(
    hdc: *mut c_void,
    apt: *const POINT,
    cpt: u32,
) -> i32
Expand description

METAFILE#15 PolylineTo

specifies one or more straight lines based upon the current drawing position

ยงSee also

  • MS-EMF:v14 2.3.5.26 EMR_POLYLINETO Record
  • MS-EMF:v14 2.3.5.27 EMR_POLYLINETO16 Record