←Select platform

EdgeLevels Property

Summary

Gets or sets the number of levels that will be used for edge enhancement.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int EdgeLevels { get; set; } 
Public Property EdgeLevels As Integer 
public int EdgeLevels {get; set;} 
@property (nonatomic, assign) NSUInteger edgeLevels 
public int getEdgeLevels() 
public void setEdgeLevels(int value) 
             
 <br/>get_EdgeLevels();<br/>set_EdgeLevels(value);<br/>Object.defineProperty('EdgeLevels');  
public: 
property int EdgeLevels { 
   int get(); 
   void set (    int ); 
} 

Property Value

The number of levels that will be used for edge enhancement. Valid values are from 1 to the maximum number of levels of the image. -1 will use the default number of levels (which is 3). This option will take effect only if MultiscaleEnhancementCommandFlags.EdgeEnhancement is set in the Flags property. Passing zero will return an error code.

Example

Refer to MultiscaleEnhancementCommand.

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.Core Assembly