Help for this page

Select Code to Download


  1. or download this
    HDC GetDC(<br />
      HWND hWnd   // handle to window<br />
    );
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
      print "The pixel color is: ", PixelColor('',$pt->{x}, $pt->{y}), "\n
    +";
      sleep(2);
    }