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


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

IVideoExportUtils.GetOffScreenBitmapHandle Method

The bitmap handle from an offscreen rendering buffer.

[Visual Basic .NET]
Public Sub GetOffScreenBitmapHandle ( _
    ByVal pContainer As IAGAnimationContainer, _
    ByRef phBitmap As Integer _
)
[C#]
public void GetOffScreenBitmapHandle (
    IAGAnimationContainer pContainer,
    ref int phBitmap
);
[C++]
HRESULT GetOffScreenBitmapHandle(
  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