| Author | Aaron | 
	
		| Description | Exports a selected area of a map. | 
	
		| Menu option | 'File→Export→Selected area' | 
	
		| Download link | Included with L3DT. | 
	
		| DLL version | 2.6.1.0 (3rd of December 2008). | 
 
atExportArea is a library plugin that defines some functions to be used by L3DT or by other plugins. Those functions are listed below.
 
Return type: VarID_bool
Arguments:
	
		| Name | Type | What is it? | 
	
		| hMap | VarID_map | The map from which an area will be exported. | 
	
		| FileName | VarID_string | A string containing the full path name of the map file tp be exported. | 
	
		| hFormat | VarID_format | A handle toe the file format to be used to save the map file. | 
	
		| area.x1 | VarID_int | The starting coordinate in the x-axis. | 
	
		| area.y1 | VarID_int | The starting coordinate in the y-axis. | 
	
		| area.x1 | VarID_int | The ending coordinate in the x-axis (included.) | 
	
		| area.y1 | VarID_int | The ending coordinate in the y-axis (included.) | 
 
Return type: VarID_bool
Arguments:
	
		| Name | Type | What is it? | 
	
		| hMap | VarID_map | The map from which an area will be exported. | 
	
		| area.x1 | VarID_int | The starting coordinate in the x-axis. | 
	
		| area.y1 | VarID_int | The starting coordinate in the y-axis. | 
	
		| area.x1 | VarID_int | The ending coordinate in the x-axis (included.) | 
	
		| area.y1 | VarID_int | The ending coordinate in the y-axis (included.) | 
This function calls file.export.area.
 
2008/12/03 — Updated to support Zeolite v2.6.1.
2007/06/14 — Updated some minor error checking.
2006/11/07 00:29 — Released.