SkiaPaint
Class
Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsCore.SkiaSharpView.Painting
Summary:
Initializes a new instance of the SkiaPaint class.
Derived:
Properties
Gets or sets the font family.
Type: String
Type: String
Gets or sets the font style.
Type: SKFontStyle
Type: SKFontStyle
Gets or sets the SKTypeface.
Type: SKTypeface
Type: SKTypeface
Gets or sets the stroke cap.
Type: SKStrokeCap
Type: SKStrokeCap
Gets or sets the stroke join.
Type: SKStrokeJoin
Type: SKStrokeJoin
Gets or sets the path effect.
Type: PathEffect
Type: PathEffect
Gets or sets the image filer.
Type: ImageFilter
Type: ImageFilter
Gets or sets a value indicating whether this instance is antialias.
Type: Boolean
Type: Boolean
Gets or sets the stroke thickness.
Type: Single
Type: Single
Gets or sets the stroke miter.
Type: Single
Type: Single
Gets or sets a value indicating whether this instance should be removed from the canvas when all the animations are completed.
Type: Boolean
Type: Boolean
Methods
// Sets the geometries for the given canvas.
| CoreMotionCanvas canvas, | // The canvas. |
| HashSet<IDrawnElement> geometries | // The geometries. |
)
// Adds a geometry to the paint task for the given canvas.
| CoreMotionCanvas canvas, | // The canvas. |
| IDrawnElement geometry | // The geometry. |
)
// Removes the given geometry from paint task.
| CoreMotionCanvas canvas, | // The canvas. |
| IDrawnElement geometry | // The geometry. |
)
// Clones the task.
// Sets the transition for the specified properties.
| Animation animation, | // The animation. |
| PropertyDefinition[] properties | // The properties to animate, when no properties, all properties are selected. |
)
// Removes the transition for the specified properties.
| PropertyDefinition[] properties | // The properties to remove, when no properties, all properties are selected. |
)
// Completes the transition for the specified properties.
| PropertyDefinition[] properties | // The properties to complete, when no properties, all properties are selected. |
)