There is nothing wrong with that, I'm already using it.
For the circles on the forelayer I use Form.FCircle, and the wish was to have the equivalent function in the drawer.
At least the new FloodFill function would be of the biggest interest for me.
Hello Agraham!i'm find outflow of memory when using DrawImage method!
please,see this example.i'm compil it (optimizing) and observe of it in TaskManager and i'm see outflow every time,when i press button and image drawed =(((
__________________
I'll Kill you, I'll Crash you, I'll never be yours!
--------------------------------------------------
Qtek s110; o2 XDA Flame; Nokia E63 red;
ASUS Eee PC 901 (Windows XP sp3) + TouchScreen;
i'm find outflow of memory when using DrawImage method!
It's probably a bug in Basic4ppc, post #16 onwards of this thread has the details http://www.basic4ppc.com/forum/quest...problem-2.html Erel should fix this in the next release. You can minimise the problem by Bitmap.Dispose then AddObject as in the code fragment in post#16 of the thread. You will still lose a small amount of memory for each time you New the same Bitmap object until the bug is fixed but it probably won't be noticable.
The bug exists for any library object that is reinitialised by Newing it more than once, it just shows up "best" on Bitmaps as they use a lot of memory.
I'll Kill you, I'll Crash you, I'll never be yours!
--------------------------------------------------
Qtek s110; o2 XDA Flame; Nokia E63 red;
ASUS Eee PC 901 (Windows XP sp3) + TouchScreen;