Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Show in webframe

FadeRate Property








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;}
 <br/>get_FadeRate();<br/>set_FadeRate(value);<br/>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

Error processing SSI file