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



Gets 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.

Syntax

Visual Basic (Declaration) 
Public Property RowDifference As Integer
Visual Basic (Usage)Copy Code
Dim instance As BricksTextureCommand
Dim value As Integer
 
instance.RowDifference = value
 
value = instance.RowDifference
C# 
public int RowDifference {get; set;}
C++/CLI 
public:
property int RowDifference {
   int get();
   void set (    int value);
}

Property Value

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.

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also