CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Initializes a new instance of the Line2D class
Namespace: CADability.Curve2DAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public Line2D( GeoPoint2D StartPoint, GeoPoint2D EndPoint ) |
| Visual Basic |
|---|
Public Sub New ( _ StartPoint As GeoPoint2D, _ EndPoint As GeoPoint2D _ ) |
| Visual C++ |
|---|
public: Line2D( GeoPoint2D StartPoint, GeoPoint2D EndPoint ) |