This document is archived and information here might be outdated. Recommended version. |
The bitmap from an OpenGL or GDI rendered window.
[Visual Basic .NET] Public Sub GetWindowBitmap ( _ ByVal pContainer As IAGAnimationContainer, _ ByVal ppInfo As IntPtr, _ ByVal ppBitmap As IntPtr _ )
[C#] public void GetWindowBitmap ( IAGAnimationContainer pContainer, IntPtr ppInfo, IntPtr ppBitmap );
[C++]
HRESULT GetWindowBitmap(
IAGAnimationContainer* pContainer,
System.Int32** ppInfo,
System.Int32** ppBitmap
);
[C++]
Parameters pContainer [in]
pContainer is a parameter of type IAGAnimationContainer* ppInfo [out]
ppInfo is a parameter of type long** ppBitmap [out]
ppBitmap is a parameter of type long**