Description | uses | Classes, Interfaces, Objects and Records | Functions and Procedures | Types | Constants | Variables |
QZoomBox2
registers TQRbwZoomBox2 which is used as an interface for handling drawing with real number coordinates.
Name | Description |
---|---|
Class TzbPaintBox |
TzbPaintBox is the type of TQRbwZoomBox2.PaintBox. |
Class TQRbwZoomBox2 |
TQRbwZoomBox2 is used as an interface for handling drawing with real number coordinates. |
procedure Register; |
TExaggerationDirection = (...); |
TVerticalDirection = (...); |
THorizontalDirection = (...); |
TPanEvent = procedure(Sender: TObject; DeltaX, DeltaY: real) of object; |
procedure Register; |
|
TExaggerationDirection = (...); |
Values
|
TVerticalDirection = (...); |
See TQRbwZoomBox2.VerticalDirection. Values
|
THorizontalDirection = (...); |
See TQRbwZoomBox2.HorizontalDirection. Values
|
TPanEvent = procedure(Sender: TObject; DeltaX, DeltaY: real) of object; |
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. |