|
PolygonAnalyzerIsPointInsidePolygon Method |
Returns true when the specified point is inside the polygon defined by this PolygonAnalyzer.
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.2.9104.2045
Syntax public bool IsPointInsidePolygon(
Point point
)
Parameters
- point Point
- Point
Return Value
Booleantrue when the specified point is inside the polygon defined by this PolygonAnalyzer
See Also