Click or drag to resize

CMVIEWRectangle Method

Draw a rectangle.

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

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