|
|
|
|
|
MapModifyImage (Function) In french: CarteModifieImage Modifies an image drawn on the map displayed in a Map control. // Change the width of an image displayed in a Map control MyImage is MapImage  MyImage.Width = 100 MapModifyImage(MAP_MyMap, MyImage)
Syntax
<Result> = MapModifyImage(<Map control> , <Image>)
<Result>: Boolean - True if the image was modified,
- False otherwise. To get more details on the error, use ErrorInfo.
<Map control>: Control name Name of the Map control to be used. If this parameter corresponds to an empty string (""), the Map control to which the current event belongs will be used. <Image>: MapImage variable Name of the MapImage variable that corresponds to the image to be modified. Remarks - The image must have been added to the Map control before it can be modified.
- To add a new image to be drawn in the Map control, use MapAddImage.
- To delete an image drawn in the Map control, use MapDeleteImage.
Business / UI classification: UI Code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|