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


IVideoExportUtils.GetWindowBitmapHandle 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.GetWindowBitmapHandle Method
ArcGIS Developer Help

IVideoExportUtils.GetWindowBitmapHandle Method

The bitmap handle from an OpenGL or GDI rendered window.

[Visual Basic .NET]
Public Sub GetWindowBitmapHandle ( _
    ByVal pContainer As IAGAnimationContainer, _
    ByRef phBitmap As Integer _
)
[C#]
public void GetWindowBitmapHandle (
    IAGAnimationContainer pContainer,
    ref int phBitmap
);
[C++]
HRESULT GetWindowBitmapHandle(
  IAGAnimationContainer* pContainer,
  OLE_HANDLE* phBitmap
);
[C++]
Parameters
pContainer [in]

pContainer is a parameter of type IAGAnimationContainer* phBitmap [out]
phBitmap is a parameter of type OLE_HANDLE*

Product Availability

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

See Also

IVideoExportUtils Interface