BITMAPWNDZOOMMODE

Summary

The enumeration specifies zoom mode used for displaying the bitmap in the class object's window.

Syntax

typedef enum tagBITMAPWNDZOOMMODE 
{ 
   ZOOM_FIT, 
   ZOOM_STRETCH, 
   ZOOM_NORMAL, 
   ZOOM_FITWIDTH, 
   ZOOM_FITHEIGHT, 
   ZOOM_FACTOR 
}BITMAPWNDZOOMMODE; 

Members

ZOOM_FIT

Fits the bitmap in the window while maintaining the aspect ratio.

ZOOM_STRETCH

Stretches the bitmap to the window.

ZOOM_NORMAL

Displays the bitmap in its normal size.

ZOOM_FITWIDTH

Fits the bitmap to the width of the window.

ZOOM_FITHEIGHT

Fits the bitmap to the height of the window.

Comments

The enumeration is used by LBitmapWindow::SetZoomMode.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.