Click or drag to resize

HatchBoundaryPathLine Class

Represents a line boundary.
Inheritance Hierarchy
SystemObject
  DXFReaderNET.EntitiesHatchBoundaryPathEdge
    DXFReaderNET.EntitiesHatchBoundaryPathLine

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public class Line : HatchBoundaryPathEdge

The HatchBoundaryPathLine type exposes the following members.

Constructors
Methods
Fields
  NameDescription
Public fieldEnd
Gets or sets the line end point.
Public fieldStart
Gets or sets the line start point.
Public fieldType
The edge type.
(Inherited from HatchBoundaryPathEdge.)
Top
See Also