←Select platform

BricksTextureCommandFlags Enumeration

Summary

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

Syntax
C#
VB
C++
[FlagsAttribute()] 
public enum BricksTextureCommandFlags 
  
<FlagsAttribute()> 
Public Enum BricksTextureCommandFlags  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[FlagsAttribute()] 
public enum class BricksTextureCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly