Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the size of the output surface.
Syntax
HRESULT retVal = object.GetOutputSize(pOutSize);
Parameters
pOutSize [out]
Type: SIZEPointer 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.