Returns the value indicating whether an element includes a point.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
protected bool IsIncludePoint(
	Vector point,
	Vector sPoint,
	Vector ePoint
)
Visual Basic (Declaration)
Protected Function IsIncludePoint ( _
	point As Vector, _
	sPoint As Vector, _
	ePoint As Vector _
) As Boolean
Visual C++
protected:
bool IsIncludePoint(
	Vector point, 
	Vector sPoint, 
	Vector ePoint
)

See Also