LPtoDP method

int LPtoDP(
  1. Pointer<HDC__> hdc,
  2. Pointer<POINT> lppt,
  3. int c
)

Implementation

int LPtoDP(
  ffi.Pointer<HDC__> hdc,
  ffi.Pointer<POINT> lppt,
  int c,
) {
  return _LPtoDP(
    hdc,
    lppt,
    c,
  );
}