BITMAPWNDTOOL

Summary

The enumeration specifies the tool type for the class object's window.

Syntax

typedef enum tagBITMAPWNDTOOL 
{ 
   TOOL_USERMODE, 
   TOOL_PANIMAGE, 
   TOOL_ZOOMRECT, 
   TOOL_REGION, 
   TOOL_ZOOM_ON_MOUSECLICK, 
   TOOL_MAGGLASS, 
   TOOL_ZOOMVIEW, 
}BITMAPWNDTOOL; 

Members

TOOL_USERMODE

User tool type

TOOL_PANIMAGE

Pan image tool.

TOOL_ZOOMRECT

Zoom rect tool.

TOOL_ZOOM_ON_MOUSECLICK

Zoom in/out on mouse click.

TOOL_REGION

Region tool type, the region shape is specified by LBitmapWindow::SetRegionType() function.

TOOL_MAGGLASS

Magnifying glass tool.

TOOL_ZOOMVIEW

Zoom View tool.

Comments

The enumeration is used by LBitmapWindow::SetToolType.

Help Version 22.0.2023.2.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.