Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Show in webframe

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
public int RowDifference {get; set;}
'Declaration
 
Public Property RowDifference As Integer
'Usage
 
Dim instance As BricksTextureCommand
Dim value As Integer
 
instance.RowDifference = value
 
value = instance.RowDifference
public int RowDifference {get; set;}

            

            
 
get_RowDifference();
set_RowDifference(value);
Object.defineProperty('RowDifference');
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
Refer to BricksTextureCommand example.
Requirements

Target Platforms

See Also

Reference

BricksTextureCommand Class
BricksTextureCommand Members

Error processing SSI file