LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

VignetteColor Property

Show in webframe







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

 

 


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