DrawEscape method

int DrawEscape(
  1. Pointer<HDC__> hdc,
  2. int iEscape,
  3. int cjIn,
  4. Pointer<Int8> lpIn,
)

Implementation

int DrawEscape(
  ffi.Pointer<HDC__> hdc,
  int iEscape,
  int cjIn,
  ffi.Pointer<ffi.Int8> lpIn,
) {
  return _DrawEscape(
    hdc,
    iEscape,
    cjIn,
    lpIn,
  );
}