←Select platform

EdgeHeight Property

Summary

Gets or sets the EdgeHeight value.

Syntax

C#
VB
WinRT C#
C++
public float EdgeHeight { get; set; } 
Public Property EdgeHeight As Single 
public float EdgeHeight {get; set;} 
 <br/>get_EdgeHeight();<br/>set_EdgeHeight(value);<br/>Object.defineProperty('EdgeHeight');  
public: 
property float EdgeHeight { 
   float get(); 
   void set (    float ); 
} 

Property Value

Maximum edge size. All edge values below this value will be included in the operation of the filter.

Example

Refer to AnisotropicDiffusionCommand.

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