Class Line
The Line Entity Class
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dxflib.Entities
Assembly: Dxflib.dll
Syntax
public class Line : Entity, IGeoLinear
Constructors
| Improve this Doc View SourceLine(LineBuffer)
Extraction Constructor, requires filling out of an EntityBuffer
Declaration
public Line(LineBuffer lineBuffer)
Parameters
Type | Name | Description |
---|---|---|
LineBuffer | lineBuffer | The Line Buffer that was filled in the extraction process |
Properties
| Improve this Doc View SourceArea
The Area of the Line
Declaration
public double Area { get; }
Property Value
Type | Description |
---|---|
System.Double |
GLine
The GeoLine of the Line, which is a sort of geometric backing type for the line
Declaration
public GeoLine GLine { get; }
Property Value
Type | Description |
---|---|
GeoLine |
Length
The Length of the Line
Declaration
public double Length { get; }
Property Value
Type | Description |
---|---|
System.Double |
Thickness
The Thickness of the line
Declaration
public double Thickness { get; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
| Improve this Doc View SourceToVector()
Convert this Line to a Vector
Declaration
public Vector ToVector()
Returns
Type | Description |
---|---|
Vector |