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


IVideoExportUtils Interface (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
ArcGIS Developer Help

IVideoExportUtils Interface

Provides access to video export utility methods.

Product Availability

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

Members

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

Classes that implement IVideoExportUtils

Classes Description

Remarks

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