Line2d(Line2d) Constructor
Public Sub New( _
ByVal l As Line2d _
)
This language is not supported or no code example is available.
public Line2d(
Line2d l
)
This language is not supported or no code example is available.
public:
Line2d(
Line2d^ l
)
This language is not supported or no code example is available.
Parameters
- l
- Line2d
The line to copy.