Click or drag to resize

MLineVertexLocation Property

Gets the MLine vertex position.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public Vector2 Location { get; set; }

Property Value

Type: Vector2
Remarks
If this property is modified the function MLine.CalculateVertexesInfo() will need to be called manually to update the internal information.
See Also