C#
VB
C++
Gets or sets a value that indicates the size of the neighborhood used for blurring each pixel of the image.
[DataMemberAttribute(Name="Radius", IsRequired=true)]
public int Radius { get; set; }
<DataMemberAttribute(Name="Radius", IsRequired=True)>
Public Property Radius As Integer
[DataMemberAttribute(Name="Radius", IsRequired=true)]
public:
property int Radius {
int get();
void set ( int );
}
Value that indicates the size of the neighborhood used for blurring each pixel of the image.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET