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


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

IVideoExportUtils.GetOffScreenTiledBitmap Method

The tiled bitmap from an offscreen rendering buffer.

[Visual Basic .NET]
Public Sub GetOffScreenTiledBitmap ( _
    ByVal pContainer As IAGAnimationContainer, _
    ByRef pOutputRect As tagRECT, _
    ByVal ppInfo As IntPtr, _
    ByVal ppBitmap As IntPtr _
)
[C#]
public void GetOffScreenTiledBitmap (
    IAGAnimationContainer pContainer,
    ref tagRECT pOutputRect,
    ref IntPtr ppInfo,
    ref IntPtr ppBitmap
);
[C++]
HRESULT GetOffScreenTiledBitmap(
  IAGAnimationContainer* pContainer,
  tagRECT* pOutputRect,
  System.Int32** ppInfo,
  System.Int32** ppBitmap
);
[C++]

Parameters pContainer [in]
pContainer is a parameter of type IAGAnimationContainer* pOutputRect [in]
pOutputRect is a parameter of type tagRECT* 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