Esempio n. 1
0
    public ColorPiece FindMatch(int col, int ii, int ii2, int[] rpos, int[] rlen, bool[] reverse)
    {
        IntPtr     cPtr = HCSMVOPINVOKE.ColorPieceList_FindMatch(swigCPtr, col, ii, ii2, rpos, rlen, reverse);
        ColorPiece ret  = (cPtr == IntPtr.Zero) ? null : new ColorPiece(cPtr, false);

        return(ret);
    }