AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Mapa
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Modifies an image drawn on the map displayed in a Map control.
Example
// Change the width of an image displayed in a Map control
MyImage is MapImage
 
MyImage.Width = 100
MAP_MyMap.ModifyImage(MyImage)
Syntax
<Result> = <Map control>.ModifyImage(<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.
<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 <Map>.AddImage.
  • To delete an image drawn in the Map control, use <Map>.DeleteImage.
Business / UI classification: UI Code
Component: wd290obj.dll
Versión mínima requerida
  • Versión 26
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 19/06/2023

Señalar un error o enviar una sugerencia | Ayuda local