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



TOnDrawMapDataEvent


Unit:SDL_geomap
Class: none
Declaration: TOnDrawMapDataEvent = procedure (Sender: TObject; MapCanvas: TCanvas; LatLow, LongLow, LatHigh, LongHigh: double; Wid, Hgt: integer);

The TOnDrawMapDataEvent declares the procedure which is called by CreateAndLoadEmptyMap in order to draw additional map features on a blank map. The parameter MapCanvas contains the canvas of the map, the parameters LatLow, LongLow, LatHigh, and LongHigh define the low and high latitudes/longitudes of the map. The parameters Wid and Hgt define the width and height of the map image (in pixels).


Last Update: 2023-Feb-06