Returns the value indicating whether an element includes a point.
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: 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 ) |
Parameters
- point
- Type: PerpetuumSoft.Framework.Drawing..::.Vector
- sPoint
- Type: PerpetuumSoft.Framework.Drawing..::.Vector
- ePoint
- Type: PerpetuumSoft.Framework.Drawing..::.Vector