|
|
|
|
MultimediaWidth (Function) In french: MultimédiaLargeur Returns the width (in pixels) of the source image of the media file played in the Multimedia control. This function can be used for the video files for example.
Syntax
<Result> = MultimediaWidth(<Multimedia control>)
<Result>: Integer - Width of the image of the media file (in pixels),
- 0 if an error occurs. To get more details on the error, use ErrorInfo.
<Multimedia control>: Control name Name of the Multimedia control to be used. Remarks - MultimediaHeight gets the height of a media file.
- MultimediaWidth gets the width of a media file.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|