←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) 
get_Level(); 
set_Level(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Effects Assembly
Click or drag to resize