Returns a bitmap of the current display the same size as shown on screen.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public Bitmap GetBitmap()
Visual Basic (Declaration)
Public Function GetBitmap As Bitmap

Return Value

A Bitmap of the current display.

Remarks

This method can be used to export the contents of the display (similar to taking a screenshot), for example in order to add the bitmap to a document.

The bitmap includes items visible in the display such as attribution, scalebar, and navigator.

See Also