点击或拖拽改变大小

BlurEffectConvolute 方法 (Bitmap, Int32)

卷积计算

命名空间:  CPF.Effects
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public static Bitmap Convolute(
	Bitmap bmp,
	int[,] kernel
)

参数

bmp
类型:CPF.DrawingBitmap

[缺少 "M:CPF.Effects.BlurEffect.Convolute(CPF.Drawing.Bitmap,System.Int32[0:,0:])" 的 <param name="bmp"/> 文档]

kernel
类型:SystemInt32
The kernel used for convolution.

返回值

类型:Bitmap
A new Bitmap that is a filtered version of the input.
参见