PaintSchedule<TDrawingContext>
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel
Summary:
Defines a schedule to be drawn by an IPaint`1 instance.
| TDrawingContext | The type of the drawing context. |
Object
=>
PaintSchedule<TDrawingContext>
Constructors
// Initializes a new instance of the PaintSchedule`1 class.
| IPaint<TDrawingContext> task, | // The task. |
| HashSet<IDrawable<TDrawingContext>> geometries | // The geometries. |
)