 | CMAPRenderViewBitmap Method |
Render a map view to a bitmap.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void RenderViewBitmap(
CMVIEW view,
int group,
double min_x,
double min_y,
double max_x,
double max_y,
string file,
int max_res
)
public void RenderViewBitmap(
CMVIEW view,
int group,
double min_x,
double min_y,
double max_x,
double max_y,
string file,
int max_res
)
Public Sub RenderViewBitmap (
view As CMVIEW,
group As Integer,
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 RenderViewBitmap (
view As CMVIEW,
group As Integer,
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 RenderViewBitmap(
CMVIEW^ view,
int group,
double min_x,
double min_y,
double max_x,
double max_y,
String^ file,
int max_res
)
public:
void RenderViewBitmap(
CMVIEW^ view,
int group,
double min_x,
double min_y,
double max_x,
double max_y,
String^ file,
int max_res
)
member RenderViewBitmap :
view : CMVIEW *
group : int *
min_x : float *
min_y : float *
max_x : float *
max_y : float *
file : string *
max_res : int -> unit
member RenderViewBitmap :
view : CMVIEW *
group : int *
min_x : float *
min_y : float *
max_x : float *
max_y : float *
file : string *
max_res : int -> unit
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