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



Gets or sets the level value used to determine the brightness of the edges. Supported in Silverlight, Windows Phone 7

Syntax

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

Property Value

Level value used to determine the brightness of the edges. Standard value is 50. Range is between 1 and 100. Big values will produce bright edges.

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