C#
VB
WinRT C#
C++
Gets or sets the Y distance between the image origin and the first brick origin, in pixels.
public int OffsetY { get; set; }
Public Property OffsetY As Integer
public int OffsetY {get; set;}
get_OffsetY();
set_OffsetY(value);
Object.defineProperty('OffsetY');
The Y distance between the image origin and the first brick origin, in pixels. This property only accepts positive values.
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