Implements PercentToPoint(Double, Double).
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public static double PointToPercent( Vector startPoint, Vector endPoint, Vector point ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function PointToPercent ( _ startPoint As Vector, _ endPoint As Vector, _ point As Vector _ ) As Double |
| Visual C++ |
|---|
public: static double PointToPercent( Vector startPoint, Vector endPoint, Vector point ) |
Parameters
- startPoint
- Type: PerpetuumSoft.Framework.Drawing..::.Vector
- endPoint
- Type: PerpetuumSoft.Framework.Drawing..::.Vector
- point
- Type: PerpetuumSoft.Framework.Drawing..::.Vector