Leadtools.ImageProcessing.SpecialEffects Namespace : BricksTextureCommandFlags Enumeration |
[FlagsAttribute()] public enum BricksTextureCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum BricksTextureCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As BricksTextureCommandFlags
[FlagsAttribute()] public enum BricksTextureCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.SpecialEffects.BricksTextureCommandFlags = function() { }; Leadtools.ImageProcessing.SpecialEffects.BricksTextureCommandFlags.prototype = {
SolidEdges = 0x00000000, None = 0x00000000, TransparentMortar = 0x00000000, SmoothedOutEdges = 0x00000001, SmoothedInEdges = 0x00000002, ColoredMortar = 0x00000010, };
[FlagsAttribute()] public enum class BricksTextureCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | SolidEdges | Solid edges. |
0x00000000 | None | No flags. |
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. |
Group | Flags |
Brick edge type | SolidEdges SmoothedInEdges SmoothedOutEdges |
Mortar type | TransparentMortar ColoredMortar |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.SpecialEffects.BricksTextureCommandFlags