Click or drag to resize

CPLYiClipPoint Method

Clips a point in or out of the polygon. Point is inside: <define>PLY_POINT_CLIP_INSIDE</define> Point is outside: <define>PLY_POINT_CLIP_OUTSIDE</define> An error occurred: <define>PLY_POINT_CLIP_ERROR</define>

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int iClipPoint(
	double x,
	double y
)

public int iClipPoint(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
Point X
y
Type: SystemDouble
Point Y

Return Value

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