GetStretchBltMode method

int GetStretchBltMode(
  1. Pointer<HDC__> hdc
)

Implementation

int GetStretchBltMode(
  ffi.Pointer<HDC__> hdc,
) {
  return _GetStretchBltMode(
    hdc,
  );
}