ozak #1 How do I scale a pixmap?I thought I could just use SetScale, but nothing really happens.Thanks in advanceOzak
ImaginaryHuman #3 You can't use SetScale with pixmaps, that applies to Images only.ResizePixmap() should work.