LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Tile Property

Show in webframe







Gets or sets a Boolean value that indicates whether to use tiling.
Syntax
public bool Tile {get; set;}
'Declaration
 
Public Property Tile As Boolean
'Usage
 
Dim instance As BumpMapCommand
Dim value As Boolean
 
instance.Tile = value
 
value = instance.Tile
public bool Tile {get; set;}

            

            
 
get_Tile();
set_Tile(value);
Object.defineProperty('Tile');
public:
property bool Tile {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value that indicates whether to use tiling.
Value Meaning
true use tiling
false do not to use tiling
Example
Refer to BumpMapCommand.
Requirements

Target Platforms

See Also

Reference

BumpMapCommand Class
BumpMapCommand Members

 

 


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