Microsoft DirectX 8.0 |
The properties of the DVDRect object enable a scripting application to specify and receive rectangle coordinates in MSWebDVD methods such as GetButtonRect, GetClipVideoRect, GetVideoSize and SetClipVideoRect.
Properties
Properties x Sets or retrieves the x position of the rectangle's upper-left corner. y Sets or retrieves the y position of the rectangle's upper-left corner. Width Sets or retrieves the width of the rectangle, in pixels. Height Sets or retrieves the height of the rectangle, in pixels.
Sets or retrieves the height of the rectangle.
Syntax
[ iHeight = ] DVDRect.Height
Parts
DVDRect Object that resolves to an MSWebDVD object. iHeight Height, in pixels, of the rectangle.
Remarks
This property is read/write with no default value.
Sets or retrieves the width of the rectangle.
Syntax
[ iWidth = ] DVDRect.Width
Parts
DVDRect Object that resolves to an MSWebDVD object. iWidth Width, in pixels, of the rectangle.
Remarks
This property is read/write with no default value.
Sets or retrieves the x position of the rectangle's upper-left corner.
Syntax
[ iXPos = ] DVDRect.x
Parts
DVDRect Object that resolves to an MSWebDVD object. iXPos X position of the rectangle's upper-left corner.
Remarks
This property is read/write with no default value.
Sets or retrieves the y position of the rectangle's upper-left corner.
Syntax
[ iYPos = ] DVDRect.y
Parts
DVDRect Object that resolves to an MSWebDVD object. iYPos Y position of the rectangle's upper-left corner.
Remarks
This property is read/write with no default value.