VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Classes SeeAlso
In This Topic
    Vintasoft.Imaging.Drawing.SkiaSharp Namespace (Vintasoft.Imaging.Drawing.SkiaSharp)
    In This Topic
    Contains classes, which allow to draw 2D graphics using SkiaSharp library.
    Classes
     ClassDescription
    ClassDefines the abstract base class of drawing brush based on SkiaSharp.SKPaint that used to fill the interiors of graphical shapes such as rectangles, ellipses, pies, polygons, and paths.
    ClassProvides the 2D raster drawing engine, which is based on SkiaSharp engine.
    ClassRepresents the drawing factory for SkiaSharpDrawingEngine.
    ClassDefines the font, which is based on SkiaSharp.SKFont.
    ClassProvides the class that contains measurements for a SkiaSharpFont.
    ClassDefines the image brush based on SkiaSharp.SKPaint that uses an image to fill the interior of a shape.
    ClassDefines the solid brush, which is based on SkiaSharp.SKPaint and paints an area with a linear gradient.
    ClassDefines the graphics path based on SkiaSharp.SKPath that provides series of connected lines and curves.
    ClassDefines the pen, which is based on SkiaSharp.SKPaint and is used to draw lines and curves.
    ClassDefines the region based on SkiaSharp.SKRegion that is used to describe the interior of a graphics shape composed of rectangles and paths.
    ClassDefines the solid brush based on SkiaSharpBrush that used to fill the interiors of graphical shapes use single color.
    See Also