LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Level Property

Show in webframe







Gets or sets the level value used to determine the brightness of the edges.
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;}
@property (nonatomic, assign) unsigned int level;
public int getLevel()
public void setLevel(int value)
            
 
get_Level();
set_Level(value);
Object.defineProperty('Level');
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

See Also

Reference

EdgeDetectEffectCommand Class
EdgeDetectEffectCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.