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

TilesColor Property






Gets or sets the value that represents the transparency fill color for the tiles. .NET support
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);
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: 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

MosaicTilesCommand Class
MosaicTilesCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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