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....



OnRubberBand


Unit:SDL_rchart
Class:TSmithChart
Declaration: OnRubberBand: TSelectRectEvent;
{TSelectRectEvent = procedure (Sender: TObject; Layer: integer; LoX, LoY, HiX, HiY: double) of object;}

The event OnRubberBand is triggered when the property MouseAction is set to maRubberBand and the left mouse button is released. The parameters LoX, LoY, HiX, and HiY specify the coordinates of the start and the end point of the rubber band. The parameter Layer is always 1, because TSmithChart does not support multiple layers.



Last Update: 2023-Dec-13