LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)
LEAD Technologies, Inc

Level Property






Gets or sets the level value used to determine the brightness of the edges. .NET support WinRT support Silverlight support
Syntax
public int Level {get; set;}
'Declaration
 
Public Property Level As Integer
'Usage
 
Dim instance As EdgeDetectEffectCommand
Dim value As Integer
 
instance.Level = value
 
value = instance.Level
public int Level {get; set;}
 get_Level();
set_Level(value);
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
Refer to EdgeDetectEffectCommand.
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

EdgeDetectEffectCommand Class
EdgeDetectEffectCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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