LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

FadeRate Property

Show in webframe







Gets or sets a value that represents the rate at which the color will fade with each step.
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);
Object.defineProperty('FadeRate');
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

See Also

Reference

FadedMaskCommand Class
FadedMaskCommand Members

 

 


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