Any Idea?Code:Error: Exception: The Points you passed to DrawATPA exceed the bitmap's bounds at line 96
Thanks
Mat
Also I sort the bitmap drawing and i still get it.
Any Idea?Code:Error: Exception: The Points you passed to DrawATPA exceed the bitmap's bounds at line 96
Thanks
Mat
Also I sort the bitmap drawing and i still get it.
^^
Post more code. Does this happen when a ATPA drawing overlaps the bitmap drawing?
You're passing it bad points. It's telling you you're drawing out of bounds. If you don't care then try catch it:
Simba Code:try
Smart_DrawATPA(......); //It'll draw whatever it can and throw on whatever it can't.
except
end;
It uses a pointer for drawing to smart and I couldn't think of any other way to draw than use the standard simba functions. Inother words, it uses what's built in, nothing custom.
I am Ggzz..
Hackintosher
There are currently 1 users browsing this thread. (0 members and 1 guests)