This document is archived and information here might be outdated. Recommended version. |
Gets the maximum interval viewport size used for Level of Detail calculation.
[Visual Basic .NET] Public Sub GetVirtualViewportSize ( _ ByRef pWidth As Integer, _ ByRef pHeight As Integer _ )
[C#] public void GetVirtualViewportSize ( ref int pWidth, ref int pHeight );
[C++]
HRESULT GetVirtualViewportSize(
System.Int32* pWidth,
System.Int32* pHeight
);
[C++]
Parameters pWidth [out]
pWidth is a parameter of type long* pHeight [out]
pHeight is a parameter of type long*