Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum RomanMosaicCommandFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum RomanMosaicCommandFlags : Enum |
Managed Extensions for C++ | |
---|---|
[FlagsAttribute()] __value public enum RomanMosaicCommandFlags : public Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class RomanMosaicCommandFlags : public Enum |
Member | Description |
---|---|
Rectangular | Draws 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. |
Circular | Draws 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. |
Both | Draws 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. |
Flat | Do not apply shadows. |
ColoredShadow | Apply colored shadows. |
GrayShadow | Apply grayscale shadows. |
You can use a bitwise OR (|) to specify one flag from each group.
Group | Flags |
Drawing Shape | Rectangular, Circular, Both |
Shadow | Flat, Gray, Colored |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.SpecialEffects.RomanMosaicCommandFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family