The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



MouseBox


Unit:SDL_polchart
Class:TPolChart
Declaration:function Mousebox (var RadBottomLeft, PhiBottomLeft, RadTopRight, PhiTopRight: double): boolean;

The function MouseBox allows to select a rectangular region of the data. The user can select a region by clicking and holding the left mouse button. Thereafter a rubber-band rectangle follows the mouse cursor until the mouse button is released again. At this point the function MouseBox returns the coordinates of selected rectangle. The selection process may be aborted at any time by calling the method MouseBoxAbort.

The function MouseBox returns a TRUE value if the selection is valid; the real-world coordinates of the rectangular region are then contained in the parameters RadBottomLeft... PhiTopRight.

Hint: The method MouseBox must not be used within any of the mouse event handlers (i.e. OnMouseDown, OnMouseUp, or OnMouseMove).



Last Update: 2023-Dec-13