←Select platform

RomanMosaicCommandFlags Enumeration

Summary
This 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.
Syntax
C#
C++/CLI
Python
[FlagsAttribute()] 
public enum RomanMosaicCommandFlags 
[FlagsAttribute()] 
public enum class RomanMosaicCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class RomanMosaicCommandFlags(Enum): 
   Rectangular = 0 
   Rectangular = 0 
   Flat, Circular = 1 
   Flat, Both = 2 
   Flat, ColoredShadow = 16 
   Flat, GrayShadow = 32 
Members
ValueMemberDescription
0x00000000FlatDo not apply shadows.
0x00000000RectangularDraws rectangular tiles in a grid. When this flag is used TileWidth property will contain the tile width in pixels, and TileHeight property will contain the tile height in pixels.
0x00000001CircularDraws rounded rectangular tiles in rings around the center of the image. When this flag is used TileWidth property will contain the radial component of the tile in pixels.
0x00000002BothDraws both rounded rectangular and rectangular tiles. Draws the largest circle that will fit inside the image and fill that with rings of rounded rectangular tiles. Any part of the image that is not covered by the rounded rectangular tiles gets covered with a grid of rectangular tiles.
0x00000010ColoredShadowApply colored shadows.
0x00000020GrayShadowApply grayscale shadows.
Remarks

You can use a bitwise OR ( ¦ ) to specify one flag from each group.

Group Flags
Drawing Shape Rectangular, Circular, Both
Shadow Flat, Gray, Colored
Requirements

Target Platforms

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

Leadtools.ImageProcessing.SpecialEffects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.