Occurs when the size of the foreground canvas changes.
Object.defineProperty(ImageViewer.prototype,'foreCanvasSizeChanged',
get: function(),
set: function(value)
)
function foreCanvasSizeChanged.add(function(sender, e));
function foreCanvasSizeChanged.remove(function(sender, e));
foreCanvasSizeChanged: void;
When the size of this viewer changes either automatically or as a result of calling OnSizeChanged, the foreground canvas stored in ForeCanvas will be resized to fill the client area of the control and ForeCanvasSizeChanged will occur. This is useful when a user canvas is placed on top of ForeCanvas, such as the annotation canvas.
Parameter | Type | Description |
---|---|---|
sender | var | The source of the event. |
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