←Select platform

MosaicTilesCommandFlags Enumeration

Summary
This enumeration contains all flags that are needed by the MosaicTilesCommand. It indicates whether to use arc-shaped or rectangular-shaped tiles, and what type of shadowing to use, if any.
Syntax
C#
C++/CLI
Python
[FlagsAttribute()] 
public enum MosaicTilesCommandFlags 
[FlagsAttribute()] 
public enum class MosaicTilesCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class MosaicTilesCommandFlags(Enum): 
   ShadowFlat = 0 
   ShadowFlat = 0 
   Cartesian, Polar = 1 
   Cartesian, ShadowRGB = 16 
   Cartesian, ShadowGray = 32 
Members
ValueMemberDescription
0x00000000CartesianDraws rectangular tiles using Cartesian coordinates. If this flag is used, the TileWidth property will contain the tile width in pixels, and the TileHeight property will contain the tile height in pixels.
0x00000000ShadowFlatDo not apply a shadow.
0x00000001PolarDraw arc-shaped tiles using polar coordinates. If this flag is used, the TileWidth property will contain the angular component of the tile, in degrees, and the TileHeight property will contain the radial component of the tile in pixels.
0x00000010ShadowRGBApply colored shadows.
0x00000020ShadowGrayApply grayscale shadows.
Remarks

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

Group Flags
Drawing Shape Cartesian, Polar
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.