Flags that determine the type of brick edge to use, and which mortar style to use.
Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum BricksTextureCommandFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum BricksTextureCommandFlags : Enum |
Managed Extensions for C++ | |
---|---|
[FlagsAttribute()] __value public enum BricksTextureCommandFlags : public Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class BricksTextureCommandFlags : public Enum |
Member | Description |
---|---|
None | No flags. |
SolidEdges | Solid edges. |
SmoothedOutEdges | Edges faded from out to in. |
SmoothedInEdges | Edges faded from in to out. |
TransparentMortar | Transparent Mortars. |
ColoredMortar | Use solid color 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 |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.SpecialEffects.BricksTextureCommandFlags
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