 | CMVGGrid Method |
Draw a grid in the current MVG
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void Grid(
double d1st_x,
double d1st_y,
double d_x,
double d_y,
double d_dx,
double d_dy,
int l_type
)
public void Grid(
double d1st_x,
double d1st_y,
double d_x,
double d_y,
double d_dx,
double d_dy,
int l_type
)
Public Sub Grid (
d1st_x As Double,
d1st_y As Double,
d_x As Double,
d_y As Double,
d_dx As Double,
d_dy As Double,
l_type As Integer
)
Public Sub Grid (
d1st_x As Double,
d1st_y As Double,
d_x As Double,
d_y As Double,
d_dx As Double,
d_dy As Double,
l_type As Integer
)
public:
void Grid(
double d1st_x,
double d1st_y,
double d_x,
double d_y,
double d_dx,
double d_dy,
int l_type
)
public:
void Grid(
double d1st_x,
double d1st_y,
double d_x,
double d_y,
double d_dx,
double d_dy,
int l_type
)
member Grid :
d1st_x : float *
d1st_y : float *
d_x : float *
d_y : float *
d_dx : float *
d_dy : float *
l_type : int -> unit
member Grid :
d1st_x : float *
d1st_y : float *
d_x : float *
d_y : float *
d_dx : float *
d_dy : float *
l_type : int -> unit
Parameters
- d1st_x
- Type: SystemDouble
X position of 1st vertical grid line to draw (in rescaling unit) - d1st_y
- Type: SystemDouble
Y position of 1st horizontal grid line to draw (in rescaling unit) - d_x
- Type: SystemDouble
X grid increment of rescaled map unit (see above Rescaling functions) - d_y
- Type: SystemDouble
Y grid increment of rescaled map unit (see above Rescaling functions) - d_dx
- Type: SystemDouble
X dot increment/cross X size of rescaled map unit - d_dy
- Type: SystemDouble
Y dot increment/cross Y size of rescaled map unit - l_type
- Type: SystemInt32
<define>MVG_GRID</define>
Remarks
The grid will be drawn in the current window.
In the LOG and LOGLINEAR rescaling modes, grids will be
drawn in decades and the X/Y grid increments will be
ignored. In addition, grid lines at 0 (zero) and LOGMIN will be drawn.
Obsolete
See Also