Click or drag to resize
CMAPRenderBitmap Method
Render a map to a bitmap.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void RenderBitmap(
	string str1,
	double d2,
	double d3,
	double d4,
	double d5,
	string str6,
	int i7
)

Parameters

str1
Type: SystemString
View we exporting units in
d2
Type: SystemDouble
MinX
d3
Type: SystemDouble
MinY
d4
Type: SystemDouble
MaxX
d5
Type: SystemDouble
MaxY
str6
Type: SystemString
File to generate (ext forced to BMP)
i7
Type: SystemInt32
Maximum resolution in either direction, -1 for none (will change the pixel density of image if exceeded)
See Also