Leadtools.ImageProcessing.Color Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.10
Smooth Property
See Also 




Gets or sets the size of the area to be used when smoothing the edges between localized blocks.

Syntax

Visual Basic (Declaration) 
Public Property Smooth As Integer
Visual Basic (Usage)Copy Code
Dim instance As LocalHistogramEqualizeCommand
Dim value As Integer
 
instance.Smooth = value
 
value = instance.Smooth
C# 
public int Smooth {get; set;}
Managed Extensions for C++ 
public: __property int get_Smooth();
public: __property void set_Smooth( 
   int value
);
C++/CLI 
public:
property int Smooth {
   int get();
   void set (int value);
}

Return Value

Size of the area to be used when smoothing the edges between localized blocks. Possible values are between 0 and 7, but if Height is less than or equal to 7 then the maximum value for this item is Height - 1. If Smooth = 0 the edges will not be smoothed.

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also