PolyTextOutW method

int PolyTextOutW(
  1. Pointer<HDC__> hdc,
  2. Pointer<POLYTEXTW> ppt,
  3. int nstrings
)

Implementation

int PolyTextOutW(
  ffi.Pointer<HDC__> hdc,
  ffi.Pointer<POLYTEXTW> ppt,
  int nstrings,
) {
  return _PolyTextOutW(
    hdc,
    ppt,
    nstrings,
  );
}