摘要: function Compare(bit1: TBitmap; bit2: TBitmap; nC: Integer; Img: TImage): Integer;var x,y , nRe: Integer; bx, by, bbs: Byte; bColor: TColor; temBit: TBitmap;begin if Img <> nil then begin temBit := TBitmap.Create; temBit.Width := bit1.Width; temBit.Height := bit1.Height; end; nRe :=... 阅读全文
posted @ 2011-12-06 11:43 小阿枫 阅读(403) 评论(0) 推荐(0)