MLine Constructor (IEnumerableVector2)
|
Initializes a new instance of the MLine class.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public MLine(
IEnumerable<Vector2> vertexes
)
Public Sub New (
vertexes As IEnumerable(Of Vector2)
)
public:
MLine(
IEnumerable<Vector2>^ vertexes
)
new :
vertexes : IEnumerable<Vector2> -> MLine
CONSTRUCTOR(
vertexes AS IEnumerable<Vector2>
)
Parameters
- vertexes
- Type: System.Collections.GenericIEnumerableVector2
Multiline vertex location list in object coordinates.
See Also