DrawImage UV ?

BlitzMax Forums/BlitzMax Programming/DrawImage UV ?

Robert Cummings(Posted 2006) [#1]
Hi,

is there a drawimage command which accepts uv coordinates to get the image from, instead of frames?


Dreamora(Posted 2006) [#2]
There are some entries in the code archives that accept pixels for the width and height which internally does that.

For example DrawImageArea (would have used rect for B3D consistency, but was already used)