SetGraphicsMode method

int SetGraphicsMode(
  1. Pointer<HDC__> hdc,
  2. int iMode
)

Implementation

int SetGraphicsMode(
  ffi.Pointer<HDC__> hdc,
  int iMode,
) {
  return _SetGraphicsMode(
    hdc,
    iMode,
  );
}