Click or drag to resize

BoundingRectanglePointInside Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Checks if a point is inside the bounding rectangle.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public bool PointInside(
	Vector2 point
)
Request Example View Source

Parameters

point
Type: netDxfVector2
Vector2 to check.

Return Value

Type: Boolean
True if the point is inside the bounding rectangle, false otherwise.
Remarks