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



CopyToBMP


Unit:SDL_geomap
Class:TGeoMap
Declaration:procedure CopyToBMP (DestBmp: TBitMap; TopLeft: TPoint; MagFact: double; PosHoriz, PosVert, Width, Height: integer);

The method CopyToBMP copies part of the map (including the landmarks) to the bitmap DestBmp. The parameter TopLeft specifies the top left point (in pixels) of the map area to be copied.

The destination rectangle on the bitmap is determined by the parameters PosHoriz, PosVert, Width, and Height (all in pixels). The parameter MagFact controls the magnification of the copy.



Last Update: 2023-Dec-13