Line |
[Missing <summary> documentation for "T:Altaxo.Graph.Gdi.Plot.Styles.LineConnectionStyles.LineConnectionStyleBase.SegmentRange"]
protected struct SegmentRange
The LineConnectionStyleBaseSegmentRange type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |
Name | Description | |
---|---|---|
![]() | GapAtSubRangeEnd | The gap at the end of the sub range. |
![]() | GapAtSubRangeStart | The gap at the start of the sub range. |
![]() | IndexAtSubRangeEnd | Zero based index of the last valid point of the sub range (except in the case of IsFullRangeClosedCurve==true). |
![]() | IndexAtSubRangeStart | Zero based index of the start of the sub range. |
![]() | IsFullRangeClosedCurve | If true, the subrange should be treated as a full range closed curve, i.e. a connection of all points of the range and additionally a connection of the last point back to the first point. In this case, IndexAtSubRangeEnd is set to IndexAtSubRangeStart. |