Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

EdgeHeight Property








Gets or sets the EdgeHeight value.
Syntax
public float EdgeHeight {get; set;}
'Declaration
 
Public Property EdgeHeight As Single
'Usage
 
Dim instance As AnisotropicDiffusionCommand
Dim value As Single
 
instance.EdgeHeight = value
 
value = instance.EdgeHeight
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 value);
}

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

See Also

Reference

AnisotropicDiffusionCommand Class
AnisotropicDiffusionCommand Members

Error processing SSI file