LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

GlowAmount Property






Gets or sets the value that indicates the glow intensity. .NET support WinRT support
Syntax
public int GlowAmount {get; set;}
'Declaration
 
Public Property GlowAmount As Integer
'Usage
 
Dim instance As DiffuseGlowCommand
Dim value As Integer
 
instance.GlowAmount = value
 
value = instance.GlowAmount
public int GlowAmount {get; set;}
 get_GlowAmount();
set_GlowAmount(value);
public:
property int GlowAmount {
   int get();
   void set (    int value);
}

Property Value

Value that indicates the glow intensity, expressed in tenths of a percent. Possible values range from -1000 - 1000. Use positive values to add glow to the brighter regions of the image, and negative values to add glow to the darker regions of the image.
Example
Refer to DiffuseGlowCommand example.
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

Reference

DiffuseGlowCommand Class
DiffuseGlowCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.