Leadtools.ImageProcessing.SpecialEffects Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
SpreadAmount Property
See Also 
Leadtools.ImageProcessing.SpecialEffects Namespace > DiffuseGlowCommand Class : SpreadAmount Property



Gets or sets the value that indicates the amount of blur in the glow diffusion, from 0 to 100 pixels.

Syntax

Visual Basic (Declaration)  
Public Property SpreadAmount As Integer
Visual Basic (Usage) Copy Code
Dim instance As DiffuseGlowCommand
Dim value As Integer
 
instance.SpreadAmount = value
 
value = instance.SpreadAmount
C#  
public int SpreadAmount {get; set;}
C++/CLI  
public:
property int SpreadAmount {
   int get();
   void set (int value);
}

Return Value

Value that indicates the amount of blur in the glow diffusion, from 0 to 100 pixels. Possible values range from 0 - 1000. A value of 0 indicates none of the glow is diffused, whereas a value of 1000 indicates maximum diffusion.

Example

Refer to DiffuseGlowCommand example.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also