Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3695

Graphics.DrawPicture loses picture color

$
0
0

I am currently upgrading one of my apps to stop using deprecated controls such as iOSCanvas.

I noticed that Graphics.DrawPicture loses the color values of a pictures as soon as more than three parameters are used with Graphics.DrawPicture:

g.drawPicture(pic, 10, 10) //works correctly 

g.drawPicture(pic, 10, 10, pic.width, pic.height) //fails to keep color 

@Anthony_G_Cyphers opend an issue for this.

If you are drawing pictures in a Canvas, please add your thumbs up to this issue https://tracker.xojo.com/xojoinc/xojo/-/issues/73447

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 3695

Trending Articles