Radius Property

Kaliko Image Library

Kaliko.ImageLibrary
Radius Property





The radius of the kernel, and hence the amount of blur. The bigger the radius, the longer this filter will take.
Syntax
'Declaration
 
Public Property Radius As System.Single
'Usage
 
Dim instance As GaussianBlurFilter
Dim value As System.Single
 
instance.Radius = value
 
value = instance.Radius
public System.float Radius {get; set;}
public read-write property Radius: System.Single; 
public function get,set Radius : System.float
public: __property System.float get_Radius();
public: __property void set_Radius( 
   System.float value
);
public:
property System.float Radius {
   System.float get();
   void set (    System.float value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

This documentation was created using Document! X from Innovasys