PolyPolyline method

int PolyPolyline(
  1. Pointer<HDC__> hdc,
  2. Pointer<POINT> apt,
  3. Pointer<Uint64> asz,
  4. int csz,
)

Implementation

int PolyPolyline(
  ffi.Pointer<HDC__> hdc,
  ffi.Pointer<POINT> apt,
  ffi.Pointer<ffi.Uint64> asz,
  int csz,
) {
  return _PolyPolyline(
    hdc,
    apt,
    asz,
    csz,
  );
}