GetMetaRgn method

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

Implementation

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