|
|
|
|
|
<Map>.AddImage (Function) In french: <Carte>.AjouteImage Adds a new image to the map displayed in a Map control.
ImageSurCarte is MapImage
ImageSurCarte.Position = MaPosition
ImageSurCarte.Image = "image.png"
ImageSurCarte.ActionClick = ProcClic
CARTE_MaCarte.AjouteImage(ImageSurCarte)
Syntax
<Result> = <Map control>.AddImage(<Image>)
<Result>: Boolean - True if the image could be added,
- False otherwise. To get more details on the error, use ErrorInfo.
<Map control>: Control name Name of the Map control to be used. <Image>: MapImage variable Name of the MapImage variable that corresponds to the image to be added. Remarks - If the image has already been added in the Map control or if the image is invalid (e.g. width not specified), a fatal error will be displayed.
- To delete an image drawn in a Map control, use <Map>.DeleteImage.
- To modify an image drawn in a Map control, use <Map>.ModifyImage.
Business / UI classification: UI Code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|