SkiaSharpDrawingContext
Class
Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsCore.SkiaSharpView.Drawing
Summary:
Defines a skia sharp drawing context.
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>
Type: MotionCanvas<SkiaSharpDrawingContext>
Gets or sets the information.
Type: SKImageInfo
Type: SKImageInfo
Gets or sets the background.
Type: SKColor
Type: SKColor
Methods
// Called when the frame starts.
// Called when the frame ends.