LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

RowDifference Property

Show in webframe







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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.