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

ClearAmount Property






Gets or sets a value that represents how deeply the glow will penetrate into the non-glowing areas. .NET support WinRT support
Syntax
public int ClearAmount {get; set;}
'Declaration
 
Public Property ClearAmount As Integer
'Usage
 
Dim instance As DiffuseGlowCommand
Dim value As Integer
 
instance.ClearAmount = value
 
value = instance.ClearAmount
public int ClearAmount {get; set;}
 get_ClearAmount();
set_ClearAmount(value);
public:
property int ClearAmount {
   int get();
   void set (    int value);
}

Property Value

Value that represents how deeply the glow will penetrate into the non-glowing areas, expressed in tenths of a percent. Possible values range from 0 - 1000. A value of 0 indicates total glow diffusion, whereas a value of 1000 indicates the glow does not penetrate into any of the non-glowing areas.
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.