LBitmapWindow::GetZoomViewsCount
#include "ltwrappr.h"
L_UINT LBitmapWindow::GetZoomViewsCount()
Gets the number of zoomed views that have been associated with the bitmap window. This function is available in the Document/Medical Toolkits.
Returns
>= 0 |
The number of Zoom Views. |
< 0 |
An error occurred. Refer to Return Codes. |
Comments
This function will return a count of the number of Zoom Views that have been created for the specified bitmap window. Zoom Views are created by calling the LBitmapWindow::AddZoomView function.
Required DLLs and Libraries
LTZMV For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
See Also
Functions: |
LBitmapWindow::HasZoomView, LBitmapWindow::AddZoomView, LBitmapWindow::UpdateZoomView, LBitmapWindow::DestroyZoomView, LBitmapWindow::GetZoomViewProps, Class Members. |
Topics: |
|
|
Example
For an example, refer to LBitmapWindow::AddZoomView.