コード例 #1
0
        static string ImgDiff_ToString(ImgDiff diff)
        {
            String s = "{t:" + diff.top
                       + " l:" + diff.left
                       + " w:" + diff.width
                       + " h:" + diff.height
                       + " sad:" + diff.sad
                       + "}";

            return(s);
        }
コード例 #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(ImgDiff obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }