GM_ExportExportRasterFromBitmap Method |
Exports one or more layers to a new raster file (not implemented on WinCE)
Namespace:
GlobalMapper
Assembly:
GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax public static GM_Error_t32 ExportRasterFromBitmap(
string aFilename,
Bitmap aBitmap,
GM_RasterExportFormat_t32 aFormat,
GM_Rectangle_t aWorldBounds,
GM_RasterExportFlags_t32 aFlags
)
Public Shared Function ExportRasterFromBitmap (
aFilename As String,
aBitmap As Bitmap,
aFormat As GM_RasterExportFormat_t32,
aWorldBounds As GM_Rectangle_t,
aFlags As GM_RasterExportFlags_t32
) As GM_Error_t32
public:
static GM_Error_t32 ExportRasterFromBitmap(
String^ aFilename,
Bitmap^ aBitmap,
GM_RasterExportFormat_t32 aFormat,
GM_Rectangle_t^ aWorldBounds,
GM_RasterExportFlags_t32 aFlags
)
Parameters
- aFilename
- Type: SystemString
Name of new file to create - aBitmap
- Type: System.DrawingBitmap
Bitmap to export - aFormat
- Type: GlobalMapper.TypesGM_RasterExportFormat_t32
Format to export - aWorldBounds
- Type: GlobalMapper.TypesGM_Rectangle_t
(const GM_Rectangle_t*) World bounds of bitmap or NULL for last drawn - aFlags
- Type: GlobalMapper.TypesGM_RasterExportFlags_t32
Export flags
Return Value
Type:
GM_Error_t32A GM Error Code
See Also