SKNWayCanvas Examples / Thoughts

Adrian Levy 1 Reputation point
2021-03-11T17:14:13.783+00:00

Introduction

In the Skiasharp library for C# I'm looking for cross-platform thoughts, with a really good example please, concerning the use of SKNWayCanvas to draw to multiple canvases at the same time.

Questions

  1. Is parallelism involved? Are they drawn asynchronously? If not how can they be?
  2. Is it faster than drawing using separate canvases?
  3. Can you still transform the child canvases individually? or only as a whole?
  4. How performant is it to access the individual children? # Research

This is the only link cpp-skcanvas-class-examples.html that I could find with a generalised example of its usage. Not very helpful. Github and Microsoft Learn have no example or discussions on this to date. Thanks.

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,294 questions
0 comments No comments
{count} votes