DrawingContext
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Drawing

Summary:
Defines a context that is able to draw 2D shapes in the user interface.

Inheritance:
Object =>
DrawingContext
Derived:

Properties

Gets the active opacity.
Type: Single
Gets the active paint task.
Type: Paint

Methods

// Called when the frame starts.
// Draws the given string over the canvas.
String log// the log content.
)
// Called when the frame ends.
// Draws the given element.
IDrawnElement drawable// The drawable element.
)
// Initializes the task.
Paint paint//
)
// Disposes the task.
Paint paint//
)