|
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.1.8864.1045
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