Click or drag to resize

CMVIEWGrid Method

Draw a grid in the current window

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void Grid(
	double x_inc,
	double y_inc,
	double dx,
	double dy,
	int grid_type
)

public void Grid(
	double x_inc,
	double y_inc,
	double dx,
	double dy,
	int grid_type
)

Parameters

x_inc
Type: SystemDouble
X grid increment
y_inc
Type: SystemDouble
Y grid increment
dx
Type: SystemDouble
dX dot increment/cross X size
dy
Type: SystemDouble
dY dot increment/cross Y size
grid_type
Type: SystemInt32
<define>MVIEW_GRID</define>
Remarks
The grid will be drawn in the current window specified by the last SetWindow call.
See Also