SkiaSharpDrawingContext
Class

Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsCore.SkiaSharpView.Drawing

Summary:
Defines a skia sharp drawing context.

Inheritance:
Object =>
DrawingContext =>
SkiaSharpDrawingContext

Constructors

// Defines a skia sharp drawing context.
CoreMotionCanvas motionCanvas, // The motion canvas.
SKCanvas canvas, // The canvas.
SKColor background// The background color.
)

Properties

Gets or sets the motion canvas.
Type: CoreMotionCanvas
Gets or sets the canvas.
Type: SKCanvas
Gets or sets the paint.
Type: SKPaint
Gets or sets the background.
Type: SKColor
Gets the active opacity.
Type: Single
Gets the active paint task.
Type: Paint

Methods

// Draws the given string over the canvas.
String log// the log content.
)