Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Clipper2Lib
InternalClipper Class
InternalClipper Methods
CrossProduct Method
CrossProductSign Method
GetBounds Method
GetClosestPtOnSegment Method
GetLineIntersectPt Method
MultiplyUInt64 Method
Path2ContainsPath1 Method
PointInPolygon Method
Internal
Clipper
Point
In
Polygon Method
Determines the position of a point relative to a polygon.
Namespace:
Clipper2Lib
Assembly:
AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
Copy
public
static
PointInPolygonResult
PointInPolygon
(
Point64
pt
,
Path64
polygon
)
Parameters
pt
Point64
The point to check.
polygon
Path64
The polygon to check against.
Return Value
PointInPolygonResult
The
PointInPolygonResult
indicating the position of the point.
See Also
Reference
InternalClipper Class
Clipper2Lib Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net