Categories
SkiaSharp Web Development

SkiaSharp Tutorial: Easily Draw Shapes, Text, and Images in .NET

Intro

According to Microsoft, “SkiaSharp is a 2D graphics system for .NET and C# powered by the open-source Skia graphics engine that is used extensively in Google products. You can use SkiaSharp in your applications to draw 2D vector graphics, bitmaps, and text.” If you’re like me, you like to start complicated topics as simply as possible and build from there. SkiaSharp is extremely powerful, and some concepts can be complex, but it’s definitely possible to start out simply and build on your base of knowledge. I’d like to do that here.