Click or drag to resize

Polygon2dIsPointInside Method

Evaluates if the supplied point is inside the polygon.

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public bool IsPointInside(
	Point2d point
)

Parameters

point
Type: Point2d
Point to evaluate.

Return Value

Type: Boolean
true, if the point is inside or on the polygon; false otherwise.
See Also