GetBoundsRect method

int GetBoundsRect(
  1. Pointer<HDC__> hdc,
  2. Pointer<RECT> lprect,
  3. int flags
)

Implementation

int GetBoundsRect(
  ffi.Pointer<HDC__> hdc,
  ffi.Pointer<RECT> lprect,
  int flags,
) {
  return _GetBoundsRect(
    hdc,
    lprect,
    flags,
  );
}