Click or drag to resize
CMAPRenderViewBitmap Method
Render a map view to a bitmap.

Available since Oasis montaj version: 9.6
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void RenderViewBitmap(
	CMVIEW view,
	int group,
	double min_x,
	double min_y,
	double max_x,
	double max_y,
	string file,
	int max_res
)

Parameters

view
Type: GeoEngine.Core.GXNetXCMVIEW
MVIEW object
group
Type: SystemInt32
group (-1 for all)
min_x
Type: SystemDouble
MinX
min_y
Type: SystemDouble
MinY
max_x
Type: SystemDouble
MaxX
max_y
Type: SystemDouble
MaxY
file
Type: SystemString
File to generate (BMP or PNG, otherwise extension forced to BMP)
max_res
Type: SystemInt32
Maximum resolution in either direction, -1 for none (will change the pixel density of image if exceeded)
See Also