コード例 #1
0
        static public Point ContrastPoint(Bitmap b1, Bitmap b2, int value)
        {
            var p = FindPic.GetImageContains(b1, b2, value);

            NLogerHelper.Info(p.X + "-" + p.Y);
            return(p);
        }