←Select platform

KernelPos1 Property

Summary

Gets or sets the value of the first edge detection matrix item. This is a dependency property.

Syntax
C#
VB
C++
public double KernelPos1 { get; set; } 
  
Public Property KernelPos1 As Double 
public: 
property double KernelPos1 { 
   double get(); 
   void set (    double ); 
} 

Property Value

The value of first edge detection matrix item. Default value is 1.0.

Remarks

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.

Example

For XAML example, refer to EdgeDetectEffect.

For C#/VB examples, refer to EdgeDetectEffect.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Media.Effects Assembly