You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<summary>SkiaSharp is a 2D graphics engine powered by the Skia library.</summary>
<remarks>The SkiaSharp provides a complete set of APIs to render 2D images. Usually you start by creating a surface with <see cref="T:SkiaSharp.SKSurface" />, obtain an <see cref="T:SkiaSharp.SKCanvas" /> from it, and issue drawing commands there. You can then access the underlying bitmap, or get it encoded as an image.</remarks>