Click or drag to resize

CMVIEWSetWindow Method

Set the view window

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.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: SystemDouble
X minimum
min_y
Type: SystemDouble
Y minimum
max_x
Type: SystemDouble
X maximum
max_y
Type: SystemDouble
Y maximum
unit
Type: SystemInt32
<define>MVIEW_UNIT</define>
Remarks
The current clip region will be set to the clip window.
See Also