Click or drag to resize

Polygon2dIsPointInside Method

Evaluates if the supplied point is inside the polygon.

Namespace:  Gile.AutoCAD.R20.Geometry
Assembly:  GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.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