Movie::GetViewport

Movie::GetViewport
virtual void GetViewport(Viewport * pviewDesc) const = 0;
Description

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
Parameters 
Description 
Viewport * pviewDesc 
A Viewport pointer where viewport data will be stored.