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

Fading Property






Gets or sets the value that represents the percent of feathering in towards or outward from the vignette object. .NET support WinRT support
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);
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: 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

VignnetCommand Class
VignnetCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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