You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey!
What I want to do: Embed the generated QR-Code on my pre rendered canvas. The following line is the method I use to draw it on top of my Canvas. SkSurface.Canvas.Render(qr, area: new SKRect(300, 300, 700, 700), SKColors.Transparent, SKColors.Black);
But instead it just clears everything and then draws on top of the canvas. Anyone an Idea how to disable this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey!
What I want to do: Embed the generated QR-Code on my pre rendered canvas. The following line is the method I use to draw it on top of my Canvas.
SkSurface.Canvas.Render(qr, area: new SKRect(300, 300, 700, 700), SKColors.Transparent, SKColors.Black);
But instead it just clears everything and then draws on top of the canvas. Anyone an Idea how to disable this?
Beta Was this translation helpful? Give feedback.
All reactions