LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

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. .NET support WinRT support
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);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BricksTextureCommand Class
BricksTextureCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.