Skip to content
Discussion options

You must be logged in to vote

HI, well in DrawnUI virtual controls live inside Canvas MAUI control, which uses either SKCanvasView or SKGLView, depending on RenderingMode (Accelerated or not). Cstom handlers come along for those to make standart SkiaSharp MAUI controls even better.

We do not have special required Page for DrawnUI, those used are optional subclassed ContentPage with some perks that's all. Even SkiaShell is a subclassed ContentPage that expects you to host a Canvas inside.

So if you want to just draw manually on the SkiaSharp canvas, you can either override Draw of the Canvas or do this inside one of the virtual drawn controls inside, overriding Paint if you want to follow the DrawnUI control logic, of …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@DarthDeville
Comment options

Answer selected by DarthDeville
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants