GetClipRgn method

int GetClipRgn(
  1. Pointer<HDC__> hdc,
  2. Pointer<HRGN__> hrgn
)

Implementation

int GetClipRgn(
  ffi.Pointer<HDC__> hdc,
  ffi.Pointer<HRGN__> hrgn,
) {
  return _GetClipRgn(
    hdc,
    hrgn,
  );
}