AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
  • Defining the image section
  • Limitations
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
The ImageWidth property gets and sets the width of the image section displayed in an Image control or in the background of a Chart control.
Note The image display mode selected in the Image control description will be applied to the image portion.
Ejemplo
IMG_ImageControl.XImage = 20
IMG_ImageControl.YImage = 20
IMG_ImageControl.ImageHeight = 40
IMG_ImageControl.ImageWidth = 40
Sintaxis

Finding out the width of the displayed section Ocultar los detalles

<Section width> = <Control used>.ImageWidth
<Section width>: Integer
  • Width (in pixels):
    • of the image section that must be displayed in the Image control.
    • of the image section that must be displayed in the background of the Chart control.
  • -1 if the entire image is displayed in the Image control or in the background of the Chart control.
<Control used>: Control name
Name of the control to be used.

Modifying the width of the displayed section Ocultar los detalles

<Control used>.ImageWidth = <New width>
<Control used>: Control name
Name of the control to be used.
<New width>: Integer
  • Width (in pixels):
    • of the image section that must be displayed in the Image control.
    • of the image section that must be displayed in the background of the Chart control.
  • -1 to display the entire image in the Image control or in the background of the Chart control.
Observaciones

Defining the image section

An Image control is used to display a section of the image found in the associated image file. The following properties are used to define the image section that will be displayed in the Image control:
  • XImage: used to define the origin of the image section.
  • YImage: used to define the origin of the image section.
  • ImageHeight: used to define the height of the image section.
  • ImageWidth: defines the width of the image portion.
In this example, the image section included in the red border will be displayed in the Image control.
The display mode of this image section will be the one defined for the Image control.

Limitations

In windows, this property applies only to the following fields:
  • Image control.
  • Chart control.
Java The ImageWidth property applies only to Image controls.
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 10/05/2025

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