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