←Select platform

BricksTextureCommandFlags Enumeration

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

Syntax
C#
C++/CLI
Python
[FlagsAttribute()] 
public enum BricksTextureCommandFlags 
[FlagsAttribute()] 
public enum class BricksTextureCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class BricksTextureCommandFlags(Enum): 
   SolidEdges = 0 
   SolidEdges = 0 
   SolidEdges = 0 
   TransparentMortar, None, SmoothedOutEdges = 1 
   TransparentMortar, None, SmoothedInEdges = 2 
   TransparentMortar, None, ColoredMortar = 16 
Members
ValueMemberDescription
0x00000000NoneNo flags.
0x00000000SolidEdgesSolid edges.
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
Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.