GetRgnBox method

int GetRgnBox(
  1. Pointer<HRGN__> hrgn,
  2. Pointer<RECT> lprc
)

Implementation

int GetRgnBox(
  ffi.Pointer<HRGN__> hrgn,
  ffi.Pointer<RECT> lprc,
) {
  return _GetRgnBox(
    hrgn,
    lprc,
  );
}