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

VignetteColor Property






Gets or sets the value that represents the vignette object color. .NET support WinRT support
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);
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: 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.