Click or drag to resize
AB4D logo

PolygonAnalyzerIsPointInsidePolygon Method

Returns true when the specified point is inside the polygon defined by this PolygonAnalyzer.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public bool IsPointInsidePolygon(
	Point point
)

Parameters

point  Point
Point

Return Value

Boolean
true when the specified point is inside the polygon defined by this PolygonAnalyzer
See Also