SetStretchBltMode method

int SetStretchBltMode(
  1. Pointer<HDC__> hdc,
  2. int mode
)

Implementation

int SetStretchBltMode(
  ffi.Pointer<HDC__> hdc,
  int mode,
) {
  return _SetStretchBltMode(
    hdc,
    mode,
  );
}