Microsoft DirectX 9.0

IVideoWindow.GetMaxIdealImageSize

The GetMaxIdealImageSize method retrieves the maximum ideal size for the video image.

Syntax

objVideoWindow.GetMaxIdealImageSize(
    ByRef Width As Long, 
    ByRef Height As Long)

Parameters

Width

Variable that receives the maximum ideal width, in pixels.

Height

Variable that receives the maximum ideal height, in pixels.

Return Values

This method does not return a value.

Remarks

The maximum ideal size may differ from the native video size, because the video hardware might have specific stretching requirements.

See Also