←Select platform

Level Property

Summary

Gets or sets the level value used to determine the brightness of the edges.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int Level { get; set; } 
Public Property Level As Integer 
public int Level {get; set;} 
@property (nonatomic, assign) NSUInteger level 
public int getLevel() 
public void setLevel(int value) 
             
 <br/>get_Level();<br/>set_Level(value);<br/>Object.defineProperty('Level');  
public: 
property int Level { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly