virtual void GetViewport(Viewport * pviewDesc) const = 0;
GetViewport obtains the render-target surface viewport to which the movie is scaled that was previously set by SetViewport.
The viewport can be set by calling the SetViewport function.
Parameters |
Description |
Viewport * pviewDesc |
A Viewport pointer where viewport data will be stored. |