[FlagsAttribute()]
public enum BricksTextureCommandFlags
[FlagsAttribute()]
public enum class BricksTextureCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
class BricksTextureCommandFlags(Enum):
SolidEdges = 0
SolidEdges = 0
SolidEdges = 0
TransparentMortar, None, SmoothedOutEdges = 1
TransparentMortar, None, SmoothedInEdges = 2
TransparentMortar, None, ColoredMortar = 16
Value | Member | Description |
---|---|---|
0x00000000 | None | No flags. |
0x00000000 | SolidEdges | Solid edges. |
0x00000000 | TransparentMortar | Transparent Mortars. |
0x00000001 | SmoothedOutEdges | Edges faded from out to in. |
0x00000002 | SmoothedInEdges | Edges faded from in to out. |
0x00000010 | ColoredMortar | Use solid color BricksTextureCommand.MortarColor to draw the Mortar. |
You can use a bitwise OR ( ¦ ) to specify one flag from each group.
Group | Flags |
Brick edge type | SolidEdges SmoothedInEdges SmoothedOutEdges |
Mortar type | TransparentMortar ColoredMortar |
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