Click or drag to resize

LineConnectionStyleBaseSegmentRange Structure

[Missing <summary> documentation for "T:Altaxo.Graph.Gdi.Plot.Styles.LineConnectionStyles.LineConnectionStyleBase.SegmentRange"]

Inheritance Hierarchy
SystemObject
  SystemValueType
    Altaxo.Graph.Gdi.Plot.Styles.LineConnectionStylesLineConnectionStyleBaseSegmentRange

Namespace: Altaxo.Graph.Gdi.Plot.Styles.LineConnectionStyles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected struct SegmentRange

The LineConnectionStyleBaseSegmentRange type exposes the following members.

Properties
 NameDescription
Public propertyLength 
Top
Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldGapAtSubRangeEnd The gap at the end of the sub range.
Public fieldGapAtSubRangeStart The gap at the start of the sub range.
Public fieldIndexAtSubRangeEnd Zero based index of the last valid point of the sub range (except in the case of IsFullRangeClosedCurve==true).
Public fieldIndexAtSubRangeStart Zero based index of the start of the sub range.
Public fieldIsFullRangeClosedCurve 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.
Top
See Also