DrawEdge method

int DrawEdge(
  1. Pointer<HDC__> hdc,
  2. Pointer<RECT> qrc,
  3. int edge,
  4. int grfFlags,
)

Implementation

int DrawEdge(
  ffi.Pointer<HDC__> hdc,
  ffi.Pointer<RECT> qrc,
  int edge,
  int grfFlags,
) {
  return _DrawEdge(
    hdc,
    qrc,
    edge,
    grfFlags,
  );
}