Utility method that creates and returns a new Bitmap Image of the current map displayed in the SFMap Control

Namespace:  EGIS.Controls
Assembly:  EGIS.Controls (in EGIS.Controls.dll)

Syntax

Visual Basic
Public Function GetBitmap As Bitmap
C#
public Bitmap GetBitmap()
Visual C++
public:
Bitmap^ GetBitmap()
JavaScript
function getBitmap();

Return Value

Remarks

The returned image should be disposed when you have finshed using the Bitmap

See Also