DPtoLP method

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

Implementation

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