|
|
|
|
|
- Defining the image section
- Limitations
ImageWidth (Property) In french: LargeurImage
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 field description will be applied to the image portion.
IMG_ChampImage.XImage = 20
IMG_ChampImage.YImage = 20
IMG_ChampImage.HauteurImage = 40
IMG_ChampImage.LargeurImage = 40
Syntax
Finding out the width of the displayed section Hide the details
<Section width> = <Control used>.ImageWidth
<Section width>: Integer - Width (expressed 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 Hide the details
<Control used>.ImageWidth = <New width>
<Control used>: Control name Name of the control to be used. <New width>: Integer - Width (expressed 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.
Remarks 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|