[Gambas-user] gb.image: making things easier causes new wishes

Benoît Minisini gambas at ...1...
Mon Oct 15 21:16:39 CEST 2012


Le 15/10/2012 21:14, Matti a écrit :
> The new Image.RotateRight (works now) and Image.RotateLeft methods are great,
> because they are much easier to use than dealing with a copy of an image and
> radiants of degrees.
>
> So, why not add the third 90° option, something like Image.FlipOver or
> Image.UpsideDown for a 180° turn?
>
> Would be great, instead of writing 'hImg = hImg.Rotate(Rad(180))'
>
> Matti
>

hImg = hImg.RotateLeft().RotateLeft() ?

-- 
Benoît Minisini




More information about the User mailing list