public int Smooth {get; set;}
'Declaration
Public Property Smooth As Integer
'Usage
Dim instance As LocalHistogramEqualizeCommand
Dim value As Integer
instance.Smooth = value
value = instance.Smooth
public int Smooth {get; set;}
@property (nonatomic, assign) unsigned int smooth;
public int getSmooth()
public void setSmooth(int value)
get_Smooth();
set_Smooth(value);
Object.defineProperty('Smooth');
public:
property int Smooth {
int get();
void set ( int value);
}
Property 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.