Method SetKernelMatrixAndSize
- Namespace
- PaintDotNet.Direct2D1.Effects
- Assembly
- PaintDotNet.Windows.Core.dll
SetKernelMatrixAndSize(IReadOnlyList<IReadOnlyList<float>>)
A helper method that sets the KernelMatrix, KernelY, and KernelX properties.
public void SetKernelMatrixAndSize(IReadOnlyList<IReadOnlyList<float>> kernel2D)
Parameters
kernel2D
IReadOnlyList<IReadOnlyList<float>>
SetKernelMatrixAndSize(float[,])
A helper method that sets the KernelMatrix, KernelY, and KernelX properties.
public void SetKernelMatrixAndSize(float[,] kernel2D)
Parameters
kernel2D
float[,]