Picture.resize

Resizes the picture.

class Picture
final
void
resize
(
Size newSize
)

Parameters

newSize Size

Resizes the picture. Bug: Currently only work for pictures with no image file. The fix is to use scale().

Meta