SixelCellMetricsReliability
Namespace: Hex1b.Sixel
Assembly: Hex1b.dll
Describes how much a value can be trusted.
csharp
public enum SixelCellMetricsReliabilityFields
Authoritative
The upstream presentation reported the value for the Sixel protocol grid.
Returns: SixelCellMetricsReliability
csharp
Authoritative = 0Derived
The value was computed from an authoritative report of different geometry.
Returns: SixelCellMetricsReliability
csharp
Derived = 1Estimated
The value is a guess and may not match the upstream presentation.
Returns: SixelCellMetricsReliability
csharp
Estimated = 2