Click or drag to resize
CMVIEWRectangle Method
Draw a rectangle.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void Rectangle(
	double x0,
	double y0,
	double x1,
	double y1
)

Parameters

x0
Type: SystemDouble
X0
y0
Type: SystemDouble
Y0
x1
Type: SystemDouble
X1
y1
Type: SystemDouble
Y1
See Also