LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

BorderColor Property (MosaicTilesCommand)

Show in webframe







Gets or sets the transparency fill color for the tile border areas.
Syntax
public RasterColor BorderColor {get; set;}
'Declaration
 
Public Property BorderColor As RasterColor
'Usage
 
Dim instance As MosaicTilesCommand
Dim value As RasterColor
 
instance.BorderColor = value
 
value = instance.BorderColor
public RasterColor BorderColor {get; set;}

            

            
 
get_BorderColor();
set_BorderColor(value);
Object.defineProperty('BorderColor');
public:
property RasterColor BorderColor {
   RasterColor get();
   void set (    RasterColor value);
}

Property Value

The transparency fill color for the tile border areas.
Example
Refer to MosaicTilesCommand example.
Requirements

Target Platforms

See Also

Reference

MosaicTilesCommand Class
MosaicTilesCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.