Microsoft DirectX 9.0

IVideoWindow.GetMinIdealImageSize

The GetMinIdealImageSize method retrieves the minimum ideal size for the video image.

Syntax

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

Parameters

Width

Variable that receives the minimum ideal width, in pixels.

Height

Variable that receives the minimum ideal height, in pixels.

Return Values

This method does not return a value.

Remarks

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

See Also