|
|
|
|
<Map>.GetImage (Function) In french: <Carte>.RécupèreImage Retrieves the image of a map displayed in a Map control. The markers and the itineraries displayed on this map will also be found in the image. // Retrieve the image displayed in the Map control and assign it to an Image control MAP_MyMapControl.GetImage(CallbackMapGetImage) INTERNAL PROCEDURE CallbackMapGetImage(MapImage is Image) IMG_Image = MapImage END
Syntax
<Map control>.GetImage(<WLanguage procedure>)
<Map control>: Control name Name of the Map control to be used. <WLanguage procedure>: Procedure name Name of the WLanguage procedure ("callback") called when the Map control image is available. This procedure has the following format:
PROCEDURE <Procedure name>(<Image>) where <Image> is an Image variable containing the map displayed in the control.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|