Click or drag to resize
CMVIEWGrid Method
Draw a grid in the current window

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
The grid will be drawn in the current window specified by the last SetWindow call.
Syntax
public void Grid(
	double d1,
	double d2,
	double d3,
	double d4,
	int i5
)

Parameters

d1
Type: SystemDouble
X grid increment
d2
Type: SystemDouble
Y grid increment
d3
Type: SystemDouble
dX dot increment/cross X size
d4
Type: SystemDouble
dY dot increment/cross Y size
i5
Type: SystemInt32
See MVIEW_GRIDConstant
See Also