←Select platform

KernelPos2 Property

Summary
Gets or sets the value of the second edge detection matrix item. This is a dependency property.
Syntax
C#
VB
C++
public double KernelPos2 { get; set; } 
  
Public Property KernelPos2 As Double 
public: 
property double KernelPos2 { 
   double get(); 
   void set (    double ); 
} 

Property Value

The value of the second edge detection matrix item. Default value is 2.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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Media.Effects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.