LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
BricksTextureCommand Class Members
See Also  Properties  Methods  Events
Leadtools.ImageProcessing.SpecialEffects Namespace : BricksTextureCommand Class

The following tables list the members exposed by BricksTextureCommand.

Public Constructors

 NameDescription
public Constructor BricksTextureCommand ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public Property BricksHeightGets or sets the flat area of the brick height, in pixels.  
public Property BricksRoughnessGets or sets the Brick roughness.  
public Property BricksRoughnessEvennessGets or sets the weathering factor for the bricks.  
public Property BricksWidthGets or sets the flat area of the brick width, in pixels.  
public Property EdgeWidthGets or sets the perceived edge width, in pixels.  
public Property FlagsGets or sets the flags that indicate which type of brick edge to use, and which mortar style to use.  
public Property HasProgressDetermines if the command object has a progress event handler set. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Property MortarColorGets or sets the fill color that specifies the mortar color.  
public Property MortarRoughnessGets or sets the mortar roughness.  
public Property MortarRoughnessEvennessGets or sets the weathering factor for the mortar.  
public Property MortarWidthGets or sets the Mortar width or the space between two adjacent bricks.  
public Property OffsetXGets or sets the X distance between the image origin and the first brick origin, in pixels.  
public Property OffsetYGets or sets the Y distance between the image origin and the first brick origin, in pixels.  
public Property RowDifferenceGets or sets the horizontal distance between the first brick of the first row and the first brick on the next row, in pixels. Setting this value to zero will make a grid-like wall. Valid range is from 0 to image width.  
public Property ShadeAngleGets or sets the angle, in degrees.  
Top

Public Methods

 NameDescription
public Method OnProgressImplements Leadtools.ImageProcessing.IRasterCommand.OnProgress(Leadtools.ImageProcessing.RasterCommandProgressEventArgs). Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Method RunImplements Leadtools.ImageProcessing.IRasterCommand.Run(Leadtools.RasterImage). Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Method ToStringOverridden. Returns a meaningful name for this command.  
Top

Public Events

 NameDescription
public Event ProgressImplements Leadtools.ImageProcessing.IRasterCommand.Progress. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

See Also