Products | Support | Back to Introduction | Email a link to this topic. | Back to Introduction - All Topics | Help Version 19.0.4.23
|
Leadtools.Windows.Media.Effects Namespace > EdgeDetectEffect Class : KernelPos1 Property |
public double KernelPos1 {get; set;}
'Declaration Public Property KernelPos1 As Double
'Usage Dim instance As EdgeDetectEffect Dim value As Double instance.KernelPos1 = value value = instance.KernelPos1
This class uses a 3 X 1 Kernel matrix to produce the effect. The matrix will be constructed by the KernelPos1, KernelPos2 and KernelPos3 properties.
For XAML example, refer to EdgeDetectEffect.
For C#/VB examples, refer to EdgeDetectEffect.