Scaling pixmap?

BlitzMax Forums/BlitzMax Programming/Scaling pixmap?

How do I scale a pixmap?
I thought I could just use SetScale, but nothing really happens.

Thanks in advance

Ozak

resizepixmap?
Why are you using pixmaps?

You can't use SetScale with pixmaps, that applies to Images only.

ResizePixmap() should work.

Ahh ok. Thanks :)