DashEffect
Class

Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsCore.SkiaSharpView.Painting.Effects

Summary:
Creates a stroke dash effect.

Inheritance:
Object =>
PathEffect =>
DashEffect

Constructors

// Creates a stroke dash effect.
Single[] dashArray, // *summary not found*
Single phase// *summary not found*
)

Properties

Gets or sets the sk path effect.
Type: SKPathEffect

Methods

// Creates a new object that is a copy of the current instance.
// Creates the path effect.
SkiaSharpDrawingContext drawingContext// The drawing context.
)
// Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.