Microsoft DirectX 9.0

MSVidVideoRenderer.AvailableSourceRect

This topic applies to Windows XP only.

The AvailableSourceRect property retrieves the size of the native video.

Syntax

objMSVidVideoRenderer.AvailableSourceRect As MSVidRect

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 an IMSVidRect object.

Remarks

This property is read-only.

See Also