Blur
Class

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

Summary:
Creates a blur image filter.

Inheritance:
Object =>
ImageFilter =>
Blur

Constructors

// Creates a blur image filter.
Single sigmaX, // The sigma x.
Single sigmaY, // The sigma y.
SKImageFilter input// The input.
)

Properties

Gets or sets the sk image filter.
Type: SKImageFilter

Methods

// Clones this instance.
// Creates the filter.
SkiaSharpDrawingContext drawingContext// The drawing context.
)
// Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.