Click or drag to resize

CPLYiClipArea Method

Clip a polygon to an area

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

public int iClipArea(
	double min_x,
	double min_y,
	double max_x,
	double max_y
)

Parameters

min_x
Type: SystemDouble
Min X
min_y
Type: SystemDouble
Min Y
max_x
Type: SystemDouble
Max X
max_y
Type: SystemDouble
Max y

Return Value

Type: Int32
<define>PLY_CLIP</define>
See Also