CADability dotNET
Initializes a new instance of the Line2D class

Namespace: CADability.Curve2D
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public Line2D(
	GeoPoint2D StartPoint,
	GeoPoint2D EndPoint,
	PenResource pen,
	IGeoObject geoObject
)
Visual Basic
Public Sub New ( _
	StartPoint As GeoPoint2D, _
	EndPoint As GeoPoint2D, _
	pen As PenResource, _
	geoObject As IGeoObject _
)
Visual C++
public:
Line2D(
	GeoPoint2D StartPoint, 
	GeoPoint2D EndPoint, 
	PenResource^ pen, 
	IGeoObject^ geoObject
)

See Also