←Select platform

RowDifference Property

Summary

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

C#
VB
WinRT C#
C++
public int RowDifference { get; set; } 
  
Public Property RowDifference As Integer 
public int RowDifference {get; set;} 
  
get_RowDifference(); 
set_RowDifference(value); 
Object.defineProperty('RowDifference');  
public: 
property int RowDifference { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly