This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
dc2e6d51 6fa9 1511 841a 4b32fd5b7c47
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Checks if a point is inside the bounding rectangle.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool PointInside(
Vector2 point
)VB
Public Function PointInside (
point As Vector2
) As BooleanC++
public:
bool PointInside(
Vector2 point
)F#
member PointInside :
point : Vector2 -> bool - Vector2
- Vector2 to check.
Boolean
True if the point is inside the bounding rectangle, false otherwise.