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



TSlideRenderedEvent


Unit:SDL_thumbnails
Class: none
Declaration: TSlideRenderedEvent = procedure (Sender: TObject; Canvas: TCanvas; X, Y: integer; ThumbID: integer) of object;

The type declaration TSlideRenderedEvent defines the event which occurs after a slide has been completely rendered. The parameter Sender specifies the object which sent the event. The parameter Canvas provides the canvas on which the thumbnail image has been drawn. The parameters X and Y contain the pixel coordinates of the top left corner of the thumbnail position, and the parameter ThumbID contains the index of the rendered slide.


Last Update: 2023-Dec-14