예제 #1
0
파일: GD.cs 프로젝트: ststeiger/GdCaptcha
        /***********************************************************************************\
        *  GD Miscellaneous
        \***********************************************************************************/

        public void Compare(GD handle2)
        {
            GDImport.gdImageCompare(this.Handle, handle2.Handle);
        }