Blur
Class
Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsCore.SkiaSharpView.Painting.ImageFilters
Summary:
Creates a blur image filter.
Constructors
// Creates a blur image filter.
Blur(
| Single sigmaX, | // The sigma x. |
| Single sigmaY, | // The sigma y. |
| SKImageFilter input | // The input. |
)
Properties
Gets or sets the sk image filter.
Type: SKImageFilter
Type: SKImageFilter
Methods
// Clones this instance.
// Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.