LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

BricksTextureCommandFlags Enumeration

Show in webframe







Flags that determine the type of brick edge to use, and which mortar style to use.

Syntax
[FlagsAttribute()]
public enum BricksTextureCommandFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum BricksTextureCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As BricksTextureCommandFlags
[FlagsAttribute()]
public enum BricksTextureCommandFlags : System.IComparableSystem.IConvertibleSystem.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.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000SolidEdgesSolid edges.
0x00000000NoneNo flags.
0x00000000TransparentMortarTransparent Mortars.
0x00000001SmoothedOutEdgesEdges faded from out to in.
0x00000002SmoothedInEdgesEdges faded from in to out.
0x00000010ColoredMortarUse solid color BricksTextureCommand.MortarColor to draw the Mortar.
Remarks
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
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.SpecialEffects.BricksTextureCommandFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.SpecialEffects Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.