[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
Value | Member | Description |
---|---|---|
0x00000000 | Flat | Do not apply shadows. |
0x00000000 | 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. |
0x00000001 | 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. |
0x00000002 | 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. |
0x00000010 | ColoredShadow | Apply colored shadows. |
0x00000020 | 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 |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document