IPaint<TDrawingContext>
Interface
Assembly LiveChartsCore
Namespace LiveChartsCore.Drawing
Summary:
Defines a set of geometries that will be drawn according to this instance specifications.
TDrawingContext | The type of the drawing context. |
Derived:
Properties
Gets or sets the font family.
Type: String
Type: String
Gets or sets the stroke thickness.
Type: Single
Type: Single
Methods
// Gets or sets the clip rectangle.
MotionCanvas<TDrawingContext> canvas, | // The canvas. |
LvcRectangle value | // The clip rectangle. |
)
// 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. |
)
// 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.