←Select platform

Flags Property

Summary

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
C#
VB
C++
public RomanMosaicCommandFlags Flags { get; set; } 
  
Public Property Flags As RomanMosaicCommandFlags 
public: 
property RomanMosaicCommandFlags Flags { 
   RomanMosaicCommandFlags get(); 
   void set (    RomanMosaicCommandFlags ); 
} 

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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly