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



OnDrawLandmark


Unit:SDL_geomap
Class:TGeoMap
Declaration: property OnDrawLandmark: TDrawLandmarkEvent;
{TDrawLandMarkEvent = procedure (Sender: TObject; var Handled: boolean; const Canvas: TCanvas; APoint: TPoint; const LandMarkData: TLandMark) of object;}

The event OnDrawLand is triggered when a landmark is about to be drawn. You can use it to draw user-defined landmarks. Please see the description of TDrawLandmarkEvent for details of the event parameters.


Last Update: 2008-Okt-29