LEADTOOLS WPF and Silverlight (Leadtools.Windows.Media.Effects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
EdgeDetectEffect Class Members
See Also  Fields  Properties  Methods  Events
Leadtools.Windows.Media.Effects Namespace : EdgeDetectEffect Class

The following tables list the members exposed by EdgeDetectEffect.

Public Constructors

 NameDescription
public Constructor EdgeDetectEffect ConstructorInitializes a new instance of the EdgeDetectEffect class. Supported in Silverlight  
Top

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic) InputPropertyIdentifies the Input dependency property. Supported in Silverlight  
public Fieldstatic (Shared in Visual Basic) InputSizePropertyIdentifies the InputSize dependency property. Supported in Silverlight  
public Fieldstatic (Shared in Visual Basic) KernelPos1PropertyIdentifies the KernelPos1 dependency property. Supported in Silverlight  
public Fieldstatic (Shared in Visual Basic) KernelPos2PropertyIdentifies the KernelPos2 dependency property. Supported in Silverlight  
public Fieldstatic (Shared in Visual Basic) KernelPos3PropertyIdentifies the KernelPos3 dependency property. Supported in Silverlight  
public Fieldstatic (Shared in Visual Basic) ThresholdPropertyIdentifies the Threshold dependency property. Supported in Silverlight  
Top

Public Properties

 NameDescription
public Property CanFreeze (Inherited from System.Windows.Freezable)
public Property DependencyObjectType (Inherited from System.Windows.DependencyObject)
public Property Dispatcher (Inherited from System.Windows.Threading.DispatcherObject)
public Property HasAnimatedProperties (Inherited from System.Windows.Media.Animation.Animatable)
public Property InputGets or sets an optional brush that represents the result of this effect. This is a dependency property. Supported in Silverlight  
public Property InputSizeGets or sets the size of the optional brush that represents the result of this effect. This is a dependency property. Supported in Silverlight  
public Property IsFrozen (Inherited from System.Windows.Freezable)
public Property IsSealed (Inherited from System.Windows.DependencyObject)
public Property KernelPos1Gets or sets the value of the first edge detection matrix item. This is a dependency property. Supported in Silverlight  
public Property KernelPos2Gets or sets the value of the second edge detection matrix item. This is a dependency property. Supported in Silverlight  
public Property KernelPos3Gets or sets the value of the third edge detection matrix item. This is a dependency property. Supported in Silverlight  
public Property ThresholdGets or sets threshold used to detect the edge of the image. This is a dependency property. Supported in Silverlight  
Top

Protected Properties

Public Methods

Protected Methods

Public Events

 NameDescription
public Event Changed (Inherited from System.Windows.Freezable)
Top

See Also