LBitmapWindow::IsCenterOnZoomEnabled

#include "ltwrappr.h"

L_BOOL LBitmapWindow::IsCenterOnZoomEnabled(void)

Determines whether centering on zoom is enabled.

Returns

TRUE

Centering on zoom is enabled.

FALSE

Centering on zoom is disabled.

Required DLLs and Libraries

LTDIS
LTDLG
LTEFX
LTFIL
LTIMG
LTISI
LTSCR
LTTWN

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:

Class Members

Example

L_VOID MyFunc(LBitmapWindow& BmpWnd)
{
   if(BmpWnd.IsCenterOnZoomEnabled()==FALSE)
      BmpWnd.EnableCenterOnZoom(TRUE);
}