Class TZoomTool

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TZoomTool = class(TCustomInteractiveTool)

Description

TZoomTool defines the behavior when the user wants to zoom in on a particular area that has been outlined.

Hierarchy

Overview

Methods

Protected function GetCursor: TCursor; override;
Protected function GetHint: string; override;
Public procedure MouseDown(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y: Integer); override;
Public procedure MouseUp(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y: Integer); override;

Description

Methods

Protected function GetCursor: TCursor; override;

GetCursor changes the cursor to the appropriate value when the user wants to zoom in on an area.

Protected function GetHint: string; override;

Used to define Hint

Public procedure MouseDown(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y: Integer); override;

MouseDown starts the zoom process.

Public procedure MouseUp(Sender: TObject; Button: TMouseButton; Shift: TShiftState; X, Y: Integer); override;

MouseUp completes the zooming in process.


Generated by PasDoc 0.12.1 on 2013-05-13 15:41:42