CoreMotionCanvas
Class
Assembly LiveChartsCore
Namespace LiveChartsCore.Motion
Summary:
Defines a canvas that is able to animate the shapes inside it.
Object
=>
CoreMotionCanvas
Properties
Gets the clock elapsed time in milliseconds.
Type: Int64
Type: Int64
Gets the drawables count.
Type: Int32
Type: Int32
Events
Occurs when the visual is invalidated.
Handler definition: Action<CoreMotionCanvas>
Handler definition: Action<CoreMotionCanvas>
Occurs when all the visuals in the canvas are valid.
Handler definition: Action<CoreMotionCanvas>
Handler definition: Action<CoreMotionCanvas>
Methods
// Invalidates this instance.
// Adds a drawable task.
| Paint task, | // The task. |
| PaintStyle style, | // The paint style. |
| Int32 zone | // The zone. |
)
// Clears the canvas and tasks.
// Counts the geometries.
// Counts the paint tasks in the canvas.
// Releases the resources.