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

FadeRate Property






Gets or sets a value that represents the rate at which the color will fade with each step. .NET support
Syntax
public int FadeRate {get; set;}
'Declaration
 
Public Property FadeRate As Integer
'Usage
 
Dim instance As FadedMaskCommand
Dim value As Integer
 
instance.FadeRate = value
 
value = instance.FadeRate
public int FadeRate {get; set;}
 get_FadeRate();
set_FadeRate(value);
public:
property int FadeRate {
   int get();
   void set (    int value);
}

Property Value

Value that represents the rate at which the color will fade with each step. Values are between 0 and 255.
Example
Refer to FeatherAlphaBlendCommand.
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

FadedMaskCommand Class
FadedMaskCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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