Skip to main content

Class SKImageFilter

Namespace: SkiaSharp
Assembly: VelloSharp.Skia.Core.dll

public sealed class SKImageFilter : IDisposable

Inheritance

objectSKImageFilter

Implements

IDisposable

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Methods

CreateBlur(float, float)

public static SKImageFilter CreateBlur(float sigmaX, float sigmaY)

Parameters

sigmaX float

sigmaY float

Returns

SKImageFilter

CreateDropShadow(float, float, float, float, SKColor)

public static SKImageFilter CreateDropShadow(float dx, float dy, float sigmaX, float sigmaY, SKColor color)

Parameters

dx float

dy float

sigmaX float

sigmaY float

color SKColor

Returns

SKImageFilter

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()