ERegion::IsPointInRegion

Checks if a point is inside the region

Namespace: Euresys::Open_eVision

[C++]

bool IsPointInRegion(
   const EPoint& point
)

Parameters

point

The point to check.

Remarks

The region must have been prepared before calling this method.

ERegion.IsPointInRegion

Checks if a point is inside the region

Namespace: Euresys.Open_eVision

[C#]

bool IsPointInRegion(
   Euresys.Open_eVision.EPoint point
)

Parameters

point

The point to check.

Remarks

The region must have been prepared before calling this method.