This document is archived and information here might be outdated.  Recommended version.


IVideoExportUtils.GetWindowBitmap Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Animation)  

IVideoExportUtils.GetWindowBitmap Method

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**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IVideoExportUtils Interface