LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Flags Property (MosaicTilesCommand)

Show in webframe







Gets or sets the enumeration that contains all flags that are needed by the MosaicTilesCommand.
Syntax
public MosaicTilesCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As MosaicTilesCommandFlags
'Usage
 
Dim instance As MosaicTilesCommand
Dim value As MosaicTilesCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public MosaicTilesCommandFlags Flags {get; set;}

            

            
 
get_Flags();
set_Flags(value);
Object.defineProperty('Flags');
public:
property MosaicTilesCommandFlags Flags {
   MosaicTilesCommandFlags get();
   void set (    MosaicTilesCommandFlags value);
}

Property Value

An MosaicTilesCommandFlags enumeration value that contains all flags that are needed by the MosaicTilesCommand. These include the values used to select the shape of the tiles and the type of shadowing to perform.
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.