SkiaSharpDrawingContext
Class
Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsCore.SkiaSharpView.Drawing
Summary:
Defines a skia sharp drawing context.
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
Type: CoreMotionCanvas
Gets or sets the paint.
Type: SKPaint
Type: SKPaint
Gets or sets the background.
Type: SKColor
Type: SKColor
Gets the active opacity.
Type: Single
Type: Single
Gets the active paint task.
Type: Paint
Type: Paint