xamarin-docs icon indicating copy to clipboard operation
xamarin-docs copied to clipboard

Use SKPaint with FilterQuality in canvas.DrawBitmap sample

Open rogihee opened this issue 2 years ago • 0 comments

When trying to display a bitmap, I achieved considerably better display quality by using the canvas.DrawBitmap(webBitmap, x, y, paint); override with passing a SKPaint object in and setting a FilterQuality option.

Perhaps nice to extend the sample with this?


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

rogihee avatar Jun 09 '22 08:06 rogihee