Click or drag to resize

PrincetonInstrumentsSPEReaderRegionOfInterest Class

Region of Interest record.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.PrincetonInstrumentsPrincetonInstrumentsSPEReaderRegionOfInterest

Namespace: Altaxo.Serialization.PrincetonInstruments
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public class RegionOfInterest : IEquatable<PrincetonInstrumentsSPEReaderRegionOfInterest>

The PrincetonInstrumentsSPEReaderRegionOfInterest type exposes the following members.

Constructors
 NameDescription
Public methodPrincetonInstrumentsSPEReaderRegionOfInterest Region of Interest record.
Top
Properties
 NameDescription
Public propertyheightThe height of the region in pixels.
Public propertywidthThe width of the region in pixels.
Public propertyxThe X start coordinate of the region.
Public propertyxBinningThe binning factor in X direction.
Public propertyyThe Y start coordinate of the region.
Public propertyyBinningThe binning factor in Y direction.
Top
Methods
 NameDescription
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Top
See Also