LEADTOOLS WPF and Silverlight (Leadtools.Windows.Media.Effects assembly)
LEAD Technologies, Inc

KernelPos1 Property






Gets or sets the value of the first edge detection matrix item. This is a dependency property. .NET support Silverlight support
Syntax
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
ObjectiveC Syntax
Java Syntax
public:
property double KernelPos1 {
   double get();
   void set (    double value);
}

Property Value

The value of first 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EdgeDetectEffect Class
EdgeDetectEffect Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.