Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Show in webframe

Flags Property (RomanMosaicCommand)








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

Error processing SSI file