Hi All,
I am going to show the difference between two hdc.
Is that the only I can do ? ( any API(fast) to calculate two array
difference ( byte by byte ))
'//////////////////////
For x = 0 To 320
For y = 0 To 240
....
....
Next y
Next x
'//////////////////////
or I have to do it by PSET .... to new hdc, it seems very slow.
Best regards,
Boki.
I am going to show the difference between two hdc.
Is that the only I can do ? ( any API(fast) to calculate two array
difference ( byte by byte ))
'//////////////////////
For x = 0 To 320
For y = 0 To 240
....
....
Next y
Next x
'//////////////////////
or I have to do it by PSET .... to new hdc, it seems very slow.
Best regards,
Boki.