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


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

IVideoExportUtils.GetOffScreenBitmap Method

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

Product Availability

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

See Also

IVideoExportUtils Interface