LEADTOOLS WPF and Silverlight (Leadtools.Windows.Media.Effects assembly)

KernelPos3 Property

Show in webframe





Gets or sets the value of the third edge detection matrix item. This is a dependency property.
Syntax
public double KernelPos3 {get; set;}
'Declaration
 
Public Property KernelPos3 As Double
'Usage
 
Dim instance As EdgeDetectEffect
Dim value As Double
 
instance.KernelPos3 = value
 
value = instance.KernelPos3

            

            
public:
property double KernelPos3 {
   double get();
   void set (    double value);
}

Property Value

The value of the third edge detection matrix item. Default value is 1.0.
Remarks

This class uses a a 3 X 1 kernal 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

See Also

Reference

EdgeDetectEffect Class
EdgeDetectEffect Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.