BITMAPWNDTOOL (original) (raw)

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.

LEADTOOLS Raster Imaging C++ Class Library Help