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

DustColor Property






Gets or sets a value that represents the color of the dust. .NET support WinRT support
Syntax
public RasterColor DustColor {get; set;}
'Declaration
 
Public Property DustColor As RasterColor
'Usage
 
Dim instance As AgingCommand
Dim value As RasterColor
 
instance.DustColor = value
 
value = instance.DustColor
public RasterColor DustColor {get; set;}
 get_DustColor();
set_DustColor(value);
public:
property RasterColor DustColor {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

Color of the dust.
Example
Refer to AgingCommand.
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

AgingCommand Class
AgingCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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