C#
VB
WinRT C#
C++
Flags that determine the type of brick edge to use, and which mortar style to use.
[FlagsAttribute()]
public enum BricksTextureCommandFlags
<FlagsAttribute()>
Public Enum BricksTextureCommandFlags
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
[FlagsAttribute()]
public enum BricksTextureCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.SpecialEffects.BricksTextureCommandFlags = function() { };
Leadtools.ImageProcessing.SpecialEffects.BricksTextureCommandFlags.prototype = {
None = 0x00000000,
SolidEdges = 0x00000000,
TransparentMortar = 0x00000000,
SmoothedOutEdges = 0x00000001,
SmoothedInEdges = 0x00000002,
ColoredMortar = 0x00000010,
};
[FlagsAttribute()]
public enum class BricksTextureCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
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 |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET