SetROP2 method

int SetROP2(
  1. Pointer<HDC__> hdc,
  2. int rop2
)

Implementation

int SetROP2(
  ffi.Pointer<HDC__> hdc,
  int rop2,
) {
  return _SetROP2(
    hdc,
    rop2,
  );
}