ConvolveMatrixEffectKernelMatrix Property |
The filter kernel matrix.
This array must be sized KernelWidth * KernelHeight.
Default value {0,0,0,0,1,0,0,0,0}.
Namespace:
Microsoft.Graphics.Canvas.Effects
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax public float[] KernelMatrix { get; set; }
Property Value
Type:
SingleSee Also