←Select platform

Level Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public int Level { get; set; } 
Public Property Level As Integer 
@property (nonatomic, assign) NSUInteger level 
public int getLevel() 
public void setLevel(int value) 
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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly