Scaling pixmap?

BlitzMax Forums/BlitzMax Programming/Scaling pixmap?

ozak(Posted 2006) [#1]
How do I scale a pixmap?
I thought I could just use SetScale, but nothing really happens.

Thanks in advance

Ozak


tonyg(Posted 2006) [#2]
resizepixmap?
Why are you using pixmaps?


ImaginaryHuman(Posted 2006) [#3]
You can't use SetScale with pixmaps, that applies to Images only.

ResizePixmap() should work.


ozak(Posted 2006) [#4]
Ahh ok. Thanks :)