Radius Property
From 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
'DeclarationPublic Property Radius As System.Single
'UsageDim 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
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