Gets or sets the input canvas that will contain the area of the displayed image.
Object.defineProperty(SpyGlassPositionChangedEventArgs.prototype, 'inputCanvas',
get: function()
)
inputCanvas: HTMLCanvasElement; // read-only
CanvasElement which represents the input canvas that will contain the area of the displayed image.
If you want to do any image processing on the spy glass, you should use this canvas as an input canvas, modify it and then pass it to the output canvas Canvas.
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