LBitmapWindow::GetZoomViewsCount

#include "ltwrappr.h"

L_INT LBitmapWindow::GetZoomViewsCount(void)

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:

Using the Zoom View

 

Raster Image Functions: Displaying Images

Example

For an example, refer to LBitmapWindow::AddZoomView.