ArcObjects Library Reference (Animation)  

IVideoExportUtils Interface

Provides access to video export utility methods.

Product Availability

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

Members

Description
Read/write property BBoxNavigationMode Indicates bounding box navigation mode.
Method GetOffScreenBitmapHandle The bitmap handle from an offscreen rendering buffer.
Method GetOffScreenTiledBitmapHandle The tiled bitmap handle from an offscreen rendering buffer.
Method GetWindowBitmapHandle The bitmap handle from an OpenGL or GDI rendered window.
Method RestorePreviousContext Restores the OpenGL rendering context after offscreen video export.

CoClasses that implement IVideoExportUtils

CoClasses and Classes Description
AGAnimationUtils Class containing common implementation of utility methods.

Remarks

This interface exposes some methods for capturing bitmaps from the application display. It can be used to develop custom animation exporters.