|
|
|
|
MultimediaHeight (Function) In french: MultimédiaHauteur Returns the height (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> = MultimediaHeight(<Multimedia control>)
<Result>: Integer - Height (in pixels) of the image of the multimedia file,
- 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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|