 | CMAPRenderBitmapEx Method |
Render a map to a bitmap using extended options.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2026.1.0.24
Syntaxpublic void RenderBitmapEx(
string view,
double min_x,
double min_y,
double max_x,
double max_y,
string file,
int max_res,
int bits,
int dither
)
public void RenderBitmapEx(
string view,
double min_x,
double min_y,
double max_x,
double max_y,
string file,
int max_res,
int bits,
int dither
)
Public Sub RenderBitmapEx (
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,
bits As Integer,
dither As Integer
)
Public Sub RenderBitmapEx (
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,
bits As Integer,
dither As Integer
)
public:
void RenderBitmapEx(
String^ view,
double min_x,
double min_y,
double max_x,
double max_y,
String^ file,
int max_res,
int bits,
int dither
)
public:
void RenderBitmapEx(
String^ view,
double min_x,
double min_y,
double max_x,
double max_y,
String^ file,
int max_res,
int bits,
int dither
)
member RenderBitmapEx :
view : string *
min_x : float *
min_y : float *
max_x : float *
max_y : float *
file : string *
max_res : int *
bits : int *
dither : int -> unit
member RenderBitmapEx :
view : string *
min_x : float *
min_y : float *
max_x : float *
max_y : float *
file : string *
max_res : int *
bits : int *
dither : 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) - bits
- Type: SystemInt32
<define>MAP_EXPORT_BITS</define> - dither
- Type: SystemInt32
<define>MAP_EXPORT_METHOD</define>
See Also