GetPixel method

int GetPixel(
  1. Pointer<HDC__> hdc,
  2. int x,
  3. int y
)

Implementation

int GetPixel(
  ffi.Pointer<HDC__> hdc,
  int x,
  int y,
) {
  return _GetPixel(
    hdc,
    x,
    y,
  );
}