Returns a value that indicates whether the specified point is included into the area outlined by this line.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

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

See Also