Flags that determine the type of brick edge to use, and which mortar style to use.
Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum BricksTextureCommandFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As BricksTextureCommandFlags |
C# | |
---|---|
[FlagsAttribute()] public enum BricksTextureCommandFlags : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class BricksTextureCommandFlags : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
ColoredMortar | Use solid color BricksTextureCommand.MortarColor to draw the Mortar. |
None | No flags. |
SmoothedInEdges | Edges faded from in to out. |
SmoothedOutEdges | Edges faded from out to in. |
SolidEdges | Solid edges. |
TransparentMortar | Transparent Mortars. |
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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7