DropShadow
Class

Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsCore.SkiaSharpView.Painting.ImageFilters

Summary:
Creates a drop shadow image filter.

Inheritance:
Object =>
ImageFilter =>
DropShadow

Constructors

// Creates a drop shadow image filter.
Single dx, // The dx.
Single dy, // The dy.
Single sigmaX, // The sigma x.
Single sigmaY, // The sigma y.
SKColor color// The color.
)

Methods

// Clones this instance.
// Creates the image filter.