Click or drag to resize

CMVIEW.SetWindow Method

Set the view window

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void SetWindow(
	double min_x,
	double min_y,
	double max_x,
	double max_y,
	int unit
)

public void SetWindow(
	double min_x,
	double min_y,
	double max_x,
	double max_y,
	int unit
)

Parameters

min_x
Type: System.Double
X minimum
min_y
Type: System.Double
Y minimum
max_x
Type: System.Double
X maximum
max_y
Type: System.Double
Y maximum
unit
Type: System.Int32
<define>MVIEW_UNIT</define>
Remarks
The current clip region will be set to the clip window.
See Also