This document is archived and information here might be outdated. Recommended version. |
The bitmap from an offscreen rendering buffer.
[Visual Basic .NET] Public Sub GetOffScreenBitmap ( _ ByVal pContainer As IAGAnimationContainer, _ ByVal ppInfo As IntPtr, _ ByVal ppBitmap As IntPtr _ )
[C#] public void GetOffScreenBitmap ( IAGAnimationContainer pContainer, IntPtr ppInfo, IntPtr ppBitmap );
[C++]
HRESULT GetOffScreenBitmap(
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**