-
Help me with bitmaps
oki i gues u want to see the script
program New;
var x,y,south:integer;
acc: Extended;
begin
south:= BitmapFromString(3, 7, 'z78DA737271727572B130B130B33031' +
'00030B670B470B67032460EE64EE62EE6480012C4D2C8D2C6 1BA9' +
'04C201E000071941921');
wait (10000);
FindDeformedBitmapToleranceIn (south,x,y,931, 616,970, 633,20,1,acc);
if acc>0,5 then writeln ('found');
end.
Why dont it work ?
-
well find deformed bitmaps are quite complicated procedures, i never really use them,
try using FindBitmap( or FindBitmapIn(
-
OK tnx but some1 else can help me with this1?