←Select platform

BricksTextureCommandFlags Enumeration

Summary

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

Syntax

C#
VB
WinRT C#
C++
[FlagsAttribute()] 
public enum BricksTextureCommandFlags 
  
<FlagsAttribute()> 
Public Enum BricksTextureCommandFlags  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[FlagsAttribute()] 
public enum BricksTextureCommandFlags : System.IComparable, System.IConvertible, System.IFormattable   
Leadtools.ImageProcessing.SpecialEffects.BricksTextureCommandFlags = function() { }; 
Leadtools.ImageProcessing.SpecialEffects.BricksTextureCommandFlags.prototype = { 
 
  None = 0x00000000, 
    SolidEdges = 0x00000000, 
    TransparentMortar = 0x00000000, 
    SmoothedOutEdges = 0x00000001, 
    SmoothedInEdges = 0x00000002, 
    ColoredMortar = 0x00000010, 
     
 }; 
[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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly