 | 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
Syntaxpublic int iClipPoint(
double x,
double y
)
public int iClipPoint(
double x,
double y
)
Public Function iClipPoint (
x As Double,
y As Double
) As Integer
Public Function iClipPoint (
x As Double,
y As Double
) As Integer
public:
int iClipPoint(
double x,
double y
)
public:
int iClipPoint(
double x,
double y
)
member iClipPoint :
x : float *
y : float -> int
member iClipPoint :
x : float *
y : float -> int
Parameters
- x
- Type: SystemDouble
Point X - y
- Type: SystemDouble
Point Y
Return Value
Type:
Int32<define>PLY_POINT_CLIP</define>
See Also