mono / SkiaSharp

SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
MIT License
4.5k stars 538 forks source link

Pinch [Zoom] and Pan Gesture of FormSample works only in Memory not OpenGL for UWP #353

Closed JimSEOW closed 7 years ago

JimSEOW commented 7 years ago

Testing pan and pinch zoom gesture in W10M (950XL), it works only with Memory but not OpenGL backend. It there any reason to deactivate pinch and pan for OpenGL?

I expect OpenGL backend to be more smooth than the memory backend.

JimSEOW commented 7 years ago

Sorry, just realize it is duplicated