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

Tile Property






Gets or sets a Boolean value that indicates whether to use tiling. .NET support WinRT support
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);
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: 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

BumpMapCommand Class
BumpMapCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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