Click or drag to resize

PrincetonInstrumentsSPEReaderRegionOfInterest Constructor

Region of Interest record.

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

Parameters

x  Int32
The X start coordinate of the region.
xBinning  Int32
The binning factor in X direction.
width  Int32
The width of the region in pixels.
y  Int32
The Y start coordinate of the region.
yBinning  Int32
The binning factor in Y direction.
height  Int32
The height of the region in pixels.
See Also