mgood7123

Results 139 comments of mgood7123

> > > I am very interested about this feature, maybe You can refer to the implementation of Parallel Patterns Library (PPL) concurrency::task。If you include , then you can use...

i feel like this should be pinned somewhere?

> @mgood7123 Can you provide a bit more info on what exception and which platforms? > > Maybe a stack trace? all i get is this ![image](https://user-images.githubusercontent.com/26642847/159599752-34385a2e-f1c4-4c4f-a19a-54126b70922c.png) this is my...

is more information needed?

> I run your example, you don't set this according to sample: > > https://github.com/mono/SkiaSharp/blob/b7728fae36218ee5204e0dc7c48cb2022099a8a4/samples/Basic/Maui/SkiaSharpSample/MauiProgram.cs#L13 i cant find much documentation on google https://www.google.com/search?q=%22UseSkiaSharp%28true%29%22&client=firefox-b-d&sxsrf=APq-WBvaNCThOGIzDce4F2EjDPJZUkh0qw%3A1649917531137&ei=W75XYuCGCPyeseMPl7iQiAw&ved=0ahUKEwigoOji9ZL3AhV8T2wGHRccBMEQ4dUDCA0&uact=5&oq=%22UseSkiaSharp%28true%29%22&gs_lcp=Cgdnd3Mtd2l6EAM6BwgAEEcQsAM6CAgAEA0QBRAeOggIABAIEA0QHkoECEEYAEoECEYYAFDxB1ioE2C-FWgBcAF4AIAB1gGIAakJkgEFMC4zLjOYAQCgAQHIAQjAAQE&sclient=gws-wiz

> Maui is new ,something not same as Xamarin.Form, so according sample to do is better alright

is resizing a MAUI SkiaSharp view as insanely fast as resizing a Windows Forms SkiaSharp view? or is it as slow as resizing an Xamarin.Form SkiaSharp view?

> > is resizing a MAUI SkiaSharp view as insanely fast as resizing a Windows Forms SkiaSharp view? or is it as slow as resizing an Xamarin.Form SkiaSharp view? >...

ok, so MAUI is a bit faster than Universal Windows app when resizing but nowhere near as fast as Windows Forms is however this may be due to a `SKCanvasView`...