Class | Description | |
---|---|---|
![]() | SkiaSharpBrush | Defines 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. |
![]() | SkiaSharpDrawingEngine | Provides the 2D raster drawing engine, which is based on SkiaSharp engine. |
![]() | SkiaSharpDrawingFactory | Represents the drawing factory for SkiaSharpDrawingEngine. |
![]() | SkiaSharpFont | Defines the font, which is based on SkiaSharp.SKFont. |
![]() | SkiaSharpFontMetrics | Provides the class that contains measurements for a SkiaSharpFont. |
![]() | SkiaSharpImageBrush | Defines the image brush based on SkiaSharp.SKPaint that uses an image to fill the interior of a shape. |
![]() | SkiaSharpLinearGradientBrush | Defines the solid brush, which is based on SkiaSharp.SKPaint and paints an area with a linear gradient. |
![]() | SkiaSharpPath | Defines the graphics path based on SkiaSharp.SKPath that provides series of connected lines and curves. |
![]() | SkiaSharpPen | Defines the pen, which is based on SkiaSharp.SKPaint and is used to draw lines and curves. |
![]() | SkiaSharpRegion | Defines the region based on SkiaSharp.SKRegion that is used to describe the interior of a graphics shape composed of rectangles and paths. |
![]() | SkiaSharpSolidBrush | Defines the solid brush based on SkiaSharpBrush that used to fill the interiors of graphical shapes use single color. |