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

Show in webframe

VignetteColor Property








Gets or sets the value that represents the vignette object color.
Syntax
public RasterColor VignetteColor {get; set;}
'Declaration
 
Public Property VignetteColor As RasterColor
'Usage
 
Dim instance As VignnetCommand
Dim value As RasterColor
 
instance.VignetteColor = value
 
value = instance.VignetteColor
public RasterColor VignetteColor {get; set;}

            

            
 
get_VignetteColor();
set_VignetteColor(value);
Object.defineProperty('VignetteColor');
public:
property RasterColor VignetteColor {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

Represents the value that specifies the vignette object color.
Example
Refer to VignnetCommand example.
Requirements

Target Platforms

See Also

Reference

VignnetCommand Class
VignnetCommand Members

Error processing SSI file