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

Show in webframe

Radius Property (KaufmannRegionCommand)








Gets or sets Value that indicates the size of the neighborhood used for blurring each pixel of the image.
Syntax
public int Radius {get; set;}
'Declaration
 
Public Property Radius As Integer
'Usage
 
Dim instance As KaufmannRegionCommand
Dim value As Integer
 
instance.Radius = value
 
value = instance.Radius
public int Radius {get; set;}
 <br/>get_Radius();<br/>set_Radius(value);<br/>Object.defineProperty('Radius'); 
public:
property int Radius {
   int get();
   void set (    int value);
}

Property Value

Value that indicates the size of the neighborhood used for blurring each pixel of the image.
Example
Refer to KaufmannRegionCommand.
Requirements

Target Platforms

See Also

Reference

KaufmannRegionCommand Class
KaufmannRegionCommand Members

Error processing SSI file