C#
VB
WinRT C#
C++
Gets or sets the Y distance between the canvas origin point and the image origin point (in pixels).
public int YOffset { get; set; }
Public Property YOffset As Integer
public int YOffset {get; set;}
get_YOffset();
set_YOffset(value);
Object.defineProperty('YOffset');
The Y distance between the canvas origin point and the image origin point (in pixels). Valid range is from -Canvas image height to +Canvas image height.
Refer to CanvasCommand 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