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. |
| 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.
| CoreMotionCanvas 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: CoreMotionCanvas
Type: CoreMotionCanvas
Gets or sets the information.
Type: SKImageInfo
Type: SKImageInfo
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
Methods
// Called when the frame starts.
// Called when the frame ends.