Initializes a new instance of the Segment class.
    Namespace: 
   PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public Segment( Vector startPoint, Vector endPoint )  | 
| Visual Basic (Declaration) | 
|---|
Public Sub New ( _ startPoint As Vector, _ endPoint As Vector _ )  | 
| Visual C++ | 
|---|
public: Segment( Vector startPoint, Vector endPoint )  | 
Parameters
- startPoint
 - Type: PerpetuumSoft.Framework.Drawing..::.Vector
 
- endPoint
 - Type: PerpetuumSoft.Framework.Drawing..::.Vector