Click or drag to resize

PrincetonInstrumentsSPEReaderRegionOfInterest Constructor

Region of Interest record.

Namespace: Altaxo.Serialization.PrincetonInstruments
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public RegionOfInterest(
	int x,
	int xBinning,
	int width,
	int y,
	int yBinning,
	int height
)

Parameters

x  Int32

[Missing <param name="x"/> documentation for "M:Altaxo.Serialization.PrincetonInstruments.PrincetonInstrumentsSPEReader.RegionOfInterest.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

xBinning  Int32

[Missing <param name="xBinning"/> documentation for "M:Altaxo.Serialization.PrincetonInstruments.PrincetonInstrumentsSPEReader.RegionOfInterest.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

width  Int32

[Missing <param name="width"/> documentation for "M:Altaxo.Serialization.PrincetonInstruments.PrincetonInstrumentsSPEReader.RegionOfInterest.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

y  Int32

[Missing <param name="y"/> documentation for "M:Altaxo.Serialization.PrincetonInstruments.PrincetonInstrumentsSPEReader.RegionOfInterest.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

yBinning  Int32

[Missing <param name="yBinning"/> documentation for "M:Altaxo.Serialization.PrincetonInstruments.PrincetonInstrumentsSPEReader.RegionOfInterest.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

height  Int32

[Missing <param name="height"/> documentation for "M:Altaxo.Serialization.PrincetonInstruments.PrincetonInstrumentsSPEReader.RegionOfInterest.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also