LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Radius Property (KaufmannRegionCommand)

Show in webframe







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;}

            

            
 
get_Radius();
set_Radius(value);
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.