LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Fading Property

Show in webframe







Gets or sets the value that represents the percent of feathering in towards or outward from the vignette object.
Syntax
public int Fading {get; set;}
'Declaration
 
Public Property Fading As Integer
'Usage
 
Dim instance As VignnetCommand
Dim value As Integer
 
instance.Fading = value
 
value = instance.Fading
public int Fading {get; set;}

            

            
 
get_Fading();
set_Fading(value);
Object.defineProperty('Fading');
public:
property int Fading {
   int get();
   void set (    int value);
}

Property Value

Represents the percent of feathering in towards or outward from the vignette object. Negative values mean that the feathering will start outside the boundaries of the object and increase toward the object. Positive values mean that the feathering will start on the boundaries of the object and increase away from the object. Possible values range from -100 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.