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.
public int RowDifference { get; set; }
Public Property RowDifference As Integer
public int RowDifference {get; set;}
get_RowDifference();
set_RowDifference(value);
Object.defineProperty('RowDifference');
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.
Refer to BricksTextureCommand example.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET