LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

SpreadAmount Property

Show in webframe







Gets or sets the value that indicates the amount of blur in the glow diffusion, from 0 to 100 pixels.
Syntax
public int SpreadAmount {get; set;}
'Declaration
 
Public Property SpreadAmount As Integer
'Usage
 
Dim instance As DiffuseGlowCommand
Dim value As Integer
 
instance.SpreadAmount = value
 
value = instance.SpreadAmount
public int SpreadAmount {get; set;}

            

            
 
get_SpreadAmount();
set_SpreadAmount(value);
Object.defineProperty('SpreadAmount');
public:
property int SpreadAmount {
   int get();
   void set (    int value);
}

Property 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

See Also

Reference

DiffuseGlowCommand Class
DiffuseGlowCommand Members

 

 


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