How efficient is DrawImageRect

BlitzPlus Forums/BlitzPlus Programming/How efficient is DrawImageRect

Neochrome(Posted 2003) [#1]
Back in the amiga days, rendering something a rect area was much slower than is was to just draw the image

so i was wondering, how efficient is DrawImageRect is?


cyberseth(Posted 2003) [#2]
As efficient as anything, IMO. I use it all over the place with no problems. Particularly, I use it for Bitmap fonts, and for that circumstance, being able to draw speedily is very important as the Text command is too slow!