Modify the Color.H file to add global variables and the prototype for a function that aids in calculating scroll ranges and positions.
The function prototype should appear as follows:
/* Use this function to interpret the WM_SIZE message's client area parameters */
void CalcClientMetrics (HWND hWnd,
int *nClientWidth,
int *nClientHeight,
int *nRightBarThickness,
int *nBottomBarThickness);
The global variables should appear as follows:
int XScrollRange, YScrollRange; /* Scrollbar ranges */
int XScrollPosition, YScrollPosition; /* Scrollbar positions */
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document