 | 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
Syntaxpublic 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
)
Public Sub RenderBitmap (
view As String,
min_x As Double,
min_y As Double,
max_x As Double,
max_y As Double,
file As String,
max_res As Integer
)
Public Sub RenderBitmap (
view As String,
min_x As Double,
min_y As Double,
max_x As Double,
max_y As Double,
file As String,
max_res As Integer
)
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
)
member RenderBitmap :
view : string *
min_x : float *
min_y : float *
max_x : float *
max_y : float *
file : string *
max_res : int -> unit
member RenderBitmap :
view : string *
min_x : float *
min_y : float *
max_x : float *
max_y : float *
file : string *
max_res : int -> unit
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