←Select platform

Flags Property

Summary

Gets or sets the enumeration that contains all flags that are needed by the MosaicTilesCommand.

Syntax
C#
VB
C++
public MosaicTilesCommandFlags Flags { get; set; } 
  
Public Property Flags As MosaicTilesCommandFlags 
public: 
property MosaicTilesCommandFlags Flags { 
   MosaicTilesCommandFlags get(); 
   void set (    MosaicTilesCommandFlags ); 
} 

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

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