With the canvas in place, you’re in a position to make use of SkiaSharp’s drawing primitives so as to add widespread shapes, like circles or rectangles. Different choices assist options like anti-aliasing, smoothing curves as wanted. SkiaSharp has its personal coordinate system, which can differ from that utilized by your selection of framework. It makes use of pixel-based measurements, so you’ll need to use conversions to make sure that drawings are device-independent, utilizing the canvas’ dimension property.
SkiaSharp’s low-level paint instruments can animate pictures, redrawing them in several positions and with totally different colours. The event workforce recommends liberating up sources after every animation cycle, as doing it manually might be faster than utilizing .NET’s rubbish collector.
Past shapes
Related instruments can render textual content on a canvas, portray the textual content in a selected font, colour, and dimension. Textual content is a graphical object like some other, so you should use the drawing instruments so as to add particular results, reminiscent of solely drawing textual content outlines. SkiaSharp can render bitmaps, with choices for downloading, storing in native useful resource bundles as a part of an utility, or from the gadget immediately. Once more, you want your personal scaling instruments to show the picture appropriately on the canvas.