Hello,
Thanks for your feedback.
After testing, the width and height properties needed to be set for the _canvasView
to trigger the OnCanvasViewPaintSurface
event.
Please refer to the following code snippet:
<skia:SKCanvasView x:Name="canvasView"
HeightRequest="500" WidthRequest="340"/>
Best Regards,
Alec Liu.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.