Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

dc2e6d51 6fa9 1511 841a 4b32fd5b7c47

haplokuon edited this page May 6, 2023 · 1 revision

PointInside Method

netDxf 3.0.0 Library

Checks if a point is inside the bounding rectangle.

Definition

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 Boolean

C++

public:
bool PointInside(
	Vector2 point
)

F#

member PointInside : 
        point : Vector2 -> bool 

Parameters

  Vector2
Vector2 to check.

Return Value

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

See Also

Reference

BoundingRectangle Class
netDxf Namespace

Clone this wiki locally