LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Filter Property
See Also 
Leadtools.ImageProcessing.Effects Namespace > EdgeDetectorCommand Class : Filter Property



Flag that indicates which edge detection filter to apply. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Property Filter As EdgeDetectorCommandType
Visual Basic (Usage)Copy Code
Dim instance As EdgeDetectorCommand
Dim value As EdgeDetectorCommandType
 
instance.Filter = value
 
value = instance.Filter
C# 
public EdgeDetectorCommandType Filter {get; set;}
C++/CLI 
public:
property EdgeDetectorCommandType Filter {
   EdgeDetectorCommandType get();
   void set (    EdgeDetectorCommandType value);
}

Property Value

Flag that indicates which edge detection filter to apply.

Example

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also