Measures the ImageViewer and its content to determine the size.
protected void onMeasure(
int widthMeasureSpec,
int heightMeasureSpec
)
Protected Sub onMeasure( _
ByVal widthMeasureSpec As Integer, _
ByVal heightMeasureSpec As Integer _
)
protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec)
widthMeasureSpec
The width requirements as imposed by the parent object of the ImageViewer.
heightMeasureSpec
The height requirements as imposed by the parent object of the ImageViewer.
Note to Inheritors: When overriding onMeasure in a derived class, be sure to call the base class's onMeasure 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