Click or drag to resize

PrincetonInstrumentsSPEReaderDimensions Property

Gets the dimensions of the data blocks. Each entry is a tuple of (width, height) describing a data block.

Namespace: Altaxo.Serialization.PrincetonInstruments
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public IReadOnlyList<(int width, int height)> Dimensions { get; }

Property Value

IReadOnlyListValueTupleInt32, Int32
See Also