[Gambas-user] transparency on rotated image

Leon Davis leondavisjr at ...626...
Sun May 7 14:35:52 CEST 2017


This solved my issue. Thank you very much. While I have your eyes. Is there
a way to add text to an image?

On Sat, May 6, 2017 at 8:42 AM, Charlie <charlie at ...2793...> wrote:

> If you change: -
> *sImg.drawImage(sImg2)* to *sImg.PaintImage(sImg2, 0, 0)*
> and
> *sImg.DrawImage(sImg2, 50, 50)* to *sImg.PaintImage(sImg2, 50, 50)*
> It seems to help, see the help section on PaintImage.
> <http://gambas.8142.n7.nabble.com/file/n58914/RotateIssue.png>
>
>
>
> -----
> Check out www.gambas.one
> --
> View this message in context: http://gambas.8142.n7.nabble.
> com/transparency-on-rotated-image-tp58901p58914.html
> Sent from the gambas-user mailing list archive at Nabble.com.
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



More information about the User mailing list