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

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

PitsColor Property








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

Property Value

Represents the color of the pits.
Example
Refer to AgingCommand.
Requirements

Target Platforms

See Also

Reference

AgingCommand Class
AgingCommand Members

Error processing SSI file