Unit ZoomBox2

DescriptionUsesClasses, Interfaces, Objects and RecordsFunctions and ProceduresTypesConstantsVariables

Description

ZoomBox2 registers TQRbwZoomBox2 which is used as an interface for handling drawing with real number coordinates.

Uses

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TZbImage32 TZbImage32 is the type of TQRbwZoomBox2.Image32.
Class TQRbwZoomBox2 TQRbwZoomBox2 is used as an interface for handling drawing with real number coordinates.

Functions and Procedures

procedure Register;

Types

TExaggerationDirection = (...);
TVerticalDirection = (...);
THorizontalDirection = (...);
TPanEvent = procedure(Sender: TObject; DeltaX, DeltaY: real) of object;

Description

Functions and Procedures

procedure Register;

Register registers TQRbwZoomBox2.

Types

TExaggerationDirection = (...);

TPolygon32 is declared in GR32_Polygons. TPositionedLayer is declared in GR32_Layers. TBitmap32, and TFloatRect are declared in GR32. TExaggerationDirection indicates whether exaggeration is applied in a vertical or horizontal direction. See TQRbwZoomBox2.ExaggerationDirection.

Values
  • edVertical:  
  • edHorizontal:  
TVerticalDirection = (...);

See TQRbwZoomBox2.VerticalDirection.

Values
  • vdDown:  
  • vdUp:  
THorizontalDirection = (...);

See TQRbwZoomBox2.HorizontalDirection.

Values
  • hdRight:  
  • hdLeft:  
TPanEvent = procedure(Sender: TObject; DeltaX, DeltaY: real) of object;

TPanEvent is used to respond to changes in the origin of a TQRbwZoomBox2.

TPanEvent = procedure(Sender: TObject; DeltaX, DeltaY: real) of object; See OnPan

Sender is the TQRbwZoomBox2 whose origin is being changed. DeltaX is the amount by which the X-Coorinate of the origin is being changed. DeltaY is the amount by which the Y-Coorinate of the origin is being changed.

Author


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