Click or drag to resize

CMAPRenderBitmap Method

Render a map to a bitmap.

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

public void RenderBitmap(
	string view,
	double min_x,
	double min_y,
	double max_x,
	double max_y,
	string file,
	int max_res
)

Parameters

view
Type: SystemString
View we exporting units in
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