Returns a value that indicates whether the specified point is included into the area outlined by this line.
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