SegmentLine Class
Represents a collection of segments.
public sealed class SegmentLine : List<Segment>, IList<Segment>, ICollection<Segment>, IList,
ICollection, IReadOnlyList<Segment>, IReadOnlyCollection<Segment>, IEnumerable<Segment>,
IEnumerable
Constructors
-
SegmentLine
() -
Initializes a new instance of the
SegmentLine
class. -
SegmentLine
(IEnumerable <Segment> ) -
Initializes a new instance of the
SegmentLine
class.
Properties
- int Length
- Gets the width of the line.
Methods
-
int CellCount
() - Gets the number of cells the segment line occupies.
-
void Prepend
(Segment) - Preprends a segment to the line.