 | CEMAPExportAreaRaster Method |
Note: This API is now obsolete.
Export an area of a Map to an external plot format.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax[ObsoleteAttribute("Deprecated since unknown, ")]
public void ExportAreaRaster(
string name,
double min_x,
double min_y,
double max_x,
double max_y,
double size_x,
double size_y,
int bits,
int dither,
string format,
string options
)
[ObsoleteAttribute("Deprecated since unknown, ")]
public void ExportAreaRaster(
string name,
double min_x,
double min_y,
double max_x,
double max_y,
double size_x,
double size_y,
int bits,
int dither,
string format,
string options
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Sub ExportAreaRaster (
name As String,
min_x As Double,
min_y As Double,
max_x As Double,
max_y As Double,
size_x As Double,
size_y As Double,
bits As Integer,
dither As Integer,
format As String,
options As String
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Sub ExportAreaRaster (
name As String,
min_x As Double,
min_y As Double,
max_x As Double,
max_y As Double,
size_x As Double,
size_y As Double,
bits As Integer,
dither As Integer,
format As String,
options As String
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
void ExportAreaRaster(
String^ name,
double min_x,
double min_y,
double max_x,
double max_y,
double size_x,
double size_y,
int bits,
int dither,
String^ format,
String^ options
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
void ExportAreaRaster(
String^ name,
double min_x,
double min_y,
double max_x,
double max_y,
double size_x,
double size_y,
int bits,
int dither,
String^ format,
String^ options
)
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member ExportAreaRaster :
name : string *
min_x : float *
min_y : float *
max_x : float *
max_y : float *
size_x : float *
size_y : float *
bits : int *
dither : int *
format : string *
options : string -> unit
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member ExportAreaRaster :
name : string *
min_x : float *
min_y : float *
max_x : float *
max_y : float *
size_x : float *
size_y : float *
bits : int *
dither : int *
format : string *
options : string -> unit
Parameters
- name
- Type: SystemString
File Name To Export - min_x
- Type: SystemDouble
Area To Export Min X location in mm - min_y
- Type: SystemDouble
Area To Export Min Y location in mm - max_x
- Type: SystemDouble
Area To Export Max X location in mm - max_y
- Type: SystemDouble
Area To Export Max Y location in mm - size_x
- Type: SystemDouble
Number of Pixels in X (X or Y should be specified the other ) - size_y
- Type: SystemDouble
Number of Pixels in Y (should be 0 and computed by export) - bits
- Type: SystemInt32
EMAP_EXPORT_BITS - dither
- Type: SystemInt32
EMAP_EXPORT_METHOD - format
- Type: SystemString
EMAP_EXPORT_RASTER_FORMAT - options
- Type: SystemString
Extended Options String (format specific)
See Also