GetOutputSize method

Retrieves the size of the output surface.

Syntax

HRESULT retVal = object.GetOutputSize(pOutSize);

Parameters

  • pOutSize [out]
    Type: SIZE

    Pointer to the SIZE structure that stores the height and width of the output surface, in pixels.

Remarks

You can set the size of the output surface with the IDXTScaleOutput interface.