DPtoLP method

int DPtoLP(
  1. Pointer<HDC__> hdc,
  2. Pointer<LPPOINT> lppt,
  3. int c
)

Implementation

int DPtoLP(
  ffi.Pointer<HDC__> hdc,
  ffi.Pointer<LPPOINT> lppt,
  int c,
) {
  return (_DPtoLP ??=
      _dylib.lookupFunction<_c_DPtoLP, _dart_DPtoLP>('DPtoLP'))(
    hdc,
    lppt,
    c,
  );
}