Returns value that indicates whether a point is placed between the start and the end points.
    Namespace: 
   PerpetuumSoft.ChartsAssembly: 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 )  | 
Parameters
- point
 - Type: PerpetuumSoft.Framework.Drawing..::.Vector
 
- startPoint
 - Type: PerpetuumSoft.Framework.Drawing..::.Vector
 
- endPoint
 - Type: PerpetuumSoft.Framework.Drawing..::.Vector