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

Show in webframe

TilesColor Property








Gets or sets the value that represents the transparency fill color for the tiles.
Syntax
public RasterColor TilesColor {get; set;}
'Declaration
 
Public Property TilesColor As RasterColor
'Usage
 
Dim instance As MosaicTilesCommand
Dim value As RasterColor
 
instance.TilesColor = value
 
value = instance.TilesColor
public RasterColor TilesColor {get; set;}

            

            
 
get_TilesColor();
set_TilesColor(value);
Object.defineProperty('TilesColor');
public:
property RasterColor TilesColor {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

The transparency fill color for the tiles.
Example
Refer to MosaicTilesCommand example.
Requirements

Target Platforms

See Also

Reference

MosaicTilesCommand Class
MosaicTilesCommand Members

Error processing SSI file