Click or drag to resize

CMVIEWClipRectEx Method

Add a rectangle to the clip region.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void ClipRectEx(
	double min_x,
	double min_y,
	double max_x,
	double max_y,
	int unit,
	int exclude
)

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

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>
exclude
Type: SystemInt32
Exclude
Remarks
The rectangle will be added to the current clip region.
See Also