LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Flags Property (RomanMosaicCommand)

Show in webframe







Gets or sets the enumeration that contains all flags that are needed by the RomanMosaicCommand. It is indicate the values used to select the shape of the tiles and the type of shadow.
Syntax
public RomanMosaicCommandFlags Flags {get; set;}
'Declaration
 
Public Property Flags As RomanMosaicCommandFlags
'Usage
 
Dim instance As RomanMosaicCommand
Dim value As RomanMosaicCommandFlags
 
instance.Flags = value
 
value = instance.Flags
public RomanMosaicCommandFlags Flags {get; set;}

            

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

Property Value

Enumeration contains all flags that are needed by the RomanMosaicCommand. It is indicate the values used to select the shape of the tiles and the type of shadow.
Example
Refer to RomanMosaicCommand example.
Requirements

Target Platforms

See Also

Reference

RomanMosaicCommand Class
RomanMosaicCommand Members

 

 


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