IPaint<TDrawingContext>
Interface

Assembly LiveChartsCore
Namespace LiveChartsCore.Drawing

Summary:
Defines a set of geometries that will be drawn according to this instance specifications.

Type parameters:
TDrawingContext The type of the drawing context.
Implements:
Derived:

Properties

Gets or sets a value indicating whether this instance is stroke.
Type: Boolean
Gets or sets a value indicating whether this instance is fill.
Type: Boolean
Gets or sets the font family.
Type: String
Gets or sets the index of the z.
Type: Double
Gets or sets the stroke thickness.
Type: Single
Gets or sets a value indicating whether this instance is paused.
Type: Boolean

Methods

// Gets or sets the clip rectangle.
MotionCanvas<TDrawingContext> canvas// *summary not found*
)
// Gets or sets the clip rectangle.
MotionCanvas<TDrawingContext> canvas, // The canvas.
LvcRectangle value// The clip rectangle.
)
// Initializes the task.
TDrawingContext context// The context.
)
// Gets the geometries.
MotionCanvas<TDrawingContext> canvas// The canvas.
)
// Sets the geometries.
MotionCanvas<TDrawingContext> canvas, // The canvas.
HashSet<IDrawable<TDrawingContext>> geometries// The geometries.
)
// Adds the geometry to paint task.
MotionCanvas<TDrawingContext> canvas, // The canvas.
IDrawable<TDrawingContext> geometry// The geometry.
)
// Removes the geometry from pain task.
MotionCanvas<TDrawingContext> canvas, // The canvas.
IDrawable<TDrawingContext> geometry// The geometry.
)
// Removes all geometry from paint task.
MotionCanvas<TDrawingContext> canvas// The canvas.
)
// Releases the canvas resources.
MotionCanvas<TDrawingContext> canvas// The canvas.
)
// Sets the opacity according to the given geometry.
TDrawingContext context, // The context.
IPaintable<TDrawingContext> geometry// The geometry.
)
// Resets the opacity.
TDrawingContext context, // The context.
IPaintable<TDrawingContext> geometry// The geometry.
)
// Clones the task.