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

PitsColor Property






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

Property Value

Represents the color of the pits.
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.