Microsoft DirectX 8.1 (C++)

IMSVidRect.Height

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The Height property sets or retrieves the height of the rectangle.

Syntax

objIMSVidRect.Height As Long

Parameters

This property takes no parameters.

Error Codes

If the property fails, an error is raised and Err.Number is set to a value other than zero.

Return Values

Returns the height, in pixels.

Remarks

Setting the IMSVidRect.Top property changes the value of this property. For example, if the Top property is zero and the Height property is 100, setting the Top property to 10 changes the Height property to 90.

This property is read/write.

See Also