Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum MosaicTilesCommandFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MosaicTilesCommandFlags |
C# | |
---|---|
[FlagsAttribute()] public enum MosaicTilesCommandFlags : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class MosaicTilesCommandFlags : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Cartesian | Draws 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. |
Polar | Draw 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. |
ShadowFlat | Do not apply a shadow. |
ShadowGray | Apply grayscale shadows. |
ShadowRGB | Apply colored shadows. |
You can use a bitwise OR (|) to specify one flag from each group.
Group | Flags |
Drawing Shape | Cartesian, Polar |
Shadow | Flat, Gray, Colored |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.SpecialEffects.MosaicTilesCommandFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7