コード例 #1
0
 public uint PixelChecksum(Rectangle rect, int step = 1)
 {
     return(AutoItX.PixelChecksum(rect, step));
 }