LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

FadingRate Property

Show in webframe







Gets or sets the value that represents the value which indicates the fading rate.
Syntax
public int FadingRate {get; set;}
'Declaration
 
Public Property FadingRate As Integer
'Usage
 
Dim instance As VignnetCommand
Dim value As Integer
 
instance.FadingRate = value
 
value = instance.FadingRate
public int FadingRate {get; set;}

            

            
 
get_FadingRate();
set_FadingRate(value);
Object.defineProperty('FadingRate');
public:
property int FadingRate {
   int get();
   void set (    int value);
}

Property Value

Represents the value that indicates the fading rate. This value is used to controlling the fading process. It will be divided by 100 internally. The valid range is from 0 to 100.
Example
Refer to VignnetCommand example.
Requirements

Target Platforms

See Also

Reference

VignnetCommand Class
VignnetCommand Members

 

 


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