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


IVideoExportUtils.GetWindowBitmap Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IV > IVideoExportUtils Interface > IVideoExportUtils.GetWindowBitmap Method
ArcGIS Developer Help

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