Microsoft DirectX 9.0 |
This topic applies to Windows XP only.
The MaxVidRect property retrieves the maximum ideal size for the video rectangle.
Syntax
objMSVidVideoRenderer.MaxVidRect 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 maximum ideal image size is the maximum video size that can be displayed without significantly degrading performance or image quality.
This property is read-only.
See Also