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.
MotionCanvas<SkiaSharpDrawingContext> motionCanvas, // The motion canvas.
SKImageInfo info, // The information.
SKSurface surface, // The surface.
SKCanvas canvas, // The canvas.
Boolean clearOnBeginDraw// Indicates whether the canvas is cleared on frame draw.
)
// Initializes a new instance of the SkiaSharpDrawingContext class.
MotionCanvas<SkiaSharpDrawingContext> motionCanvas, // The motion canvas.
SKImageInfo info, // The information.
SKSurface surface, // The surface.
SKCanvas canvas, // The canvas.
SKColor background, // The background.
Boolean clearOnBeginDraw// Indicates whether the canvas is cleared on frame draw.
)

Properties

Gets or sets the motion canvas.
Type: MotionCanvas<SkiaSharpDrawingContext>
Gets or sets the information.
Type: SKImageInfo
Gets or sets the surface.
Type: SKSurface
Gets or sets the canvas.
Type: SKCanvas
Gets or sets the paint task.
Type: Paint
Gets or sets the paint.
Type: SKPaint
Gets or sets the background.
Type: SKColor

Methods

// Called when the frame starts.
// Called when the frame ends.