C#
VB
Java
Occurs when the ImageViewer size is changed.
Protected Sub onSizeChanged( _
ByVal w As Integer, _
ByVal h As Integer, _
ByVal oldw As Integer, _
ByVal oldh As Integer _
)
w
The new width.
h
The new height.
oldw
The old width.
oldh
The new height.
Note to Inheritors: When overriding onSizeChange in a derived class, be sure to call the base class's onSizeChange method so that registered delegates receive 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