Microsoft DirectX 9.0 |
This topic applies to Windows XP only.
The MinVidRect property retrieves the minimum ideal size of the video rectangle.
Syntax
objMSVidVideoRenderer.MinVidRect As MSVidRect
Parameters
This property has no parameters
Error Codes
If the property fails, an error is raised and Err.Number is set to a value other than zero.
Return Value
Returns an IMSVidRect object.
Remarks
The minimum ideal image size is the minimum video size that can be displayed without significantly degrading performance or image quality.
This property is read-only.
See Also