MatrixConvolutionImageFilter Class

Definition

Namespace ShimSkiaSharp
Assembly ShimSkiaSharp.dll
Inherits ObjectSKImageFilter
Show inherited members (29)
public record MatrixConvolutionImageFilter(SKSizeI KernelSize, float[]? Kernel, float Gain, float Bias, SKPointI KernelOffset, SKShaderTileMode TileMode, bool ConvolveAlpha, SKImageFilter? Input, SKRect? Clip) : SKImageFilter, IDeepCloneable<SKImageFilter>, IEquatable<SKImageFilter>, IEquatable<MatrixConvolutionImageFilter>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (9)