FPathIsPointInPolygon Method
Return a value indicating whether the specified point is in the
caller's polygon.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static bool IsPointInPolygon(
List<FPoint> path,
FPoint point,
bool allowEdge = true
)
Public Shared Function IsPointInPolygon (
path As List(Of FPoint),
point As FPoint,
Optional allowEdge As Boolean = true
) As Boolean
No code example is currently available or this language may not be supported.
- path ListFPoint
-
The path to check to test for.
- point FPoint
-
The point to test.
- allowEdge Boolean (Optional)
-
Value indicating whether edge is included as a match.
Boolean
True if the specified point exists within the polygon. Otherwise,
false.