Click or drag to resize

MeasurementTable.MaskedCells Property

[Missing <summary> documentation for "P:RAYLASE.Marker.Corrections.MeasurementTable.MaskedCells"]


Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.21.0
Syntax
C#
public HashSet<(int Column, int Row)> MaskedCells { get; }

Property Value

HashSet<ValueTuple<Int32, Int32>>
See Also