| ArcGIS Explorer Component Help |
| MapDisplay..::.GetBitmap Method |
| MapDisplay Class See Also |
Returns a bitmap of the current display with the specified properties.
Overload List
| Name | Description | |
|---|---|---|
| GetBitmap()()() |
Returns a bitmap of the current display the same size as shown on screen.
| |
| GetBitmap(Int32, Int32) | Returns a bitmap of the specified size and width, containing the current display scaled to maintain the current aspect ratio. | |
| GetBitmap(Int32, Int32, Color) | Returns a bitmap of the specified size and width, containing the current display scaled to maintain the current aspect ratio with the
specified background color. |