Click or drag to resize

CalibrationViewModel Class

[Missing <summary> documentation for "T:RAYLASE.MarkerPlugin.Devices.ScanHead.CalibrationViewModel"]

Inheritance Hierarchy
SystemObject
  BindableBase
    RAYLASE.MarkerPlugin.Devices.ScanHeadCalibrationViewModel

Namespace: RAYLASE.MarkerPlugin.Devices.ScanHead
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public class CalibrationViewModel : BindableBase, 
	IDisposable

The CalibrationViewModel type exposes the following members.

Constructors
 NameDescription
Public methodCalibrationViewModelInitializes a new instance of the CalibrationViewModel class
Top
Properties
 NameDescription
Public propertyBias 
Public propertyGain 
Public propertyOffset 
Public propertyRotation 
Public propertyValuesChanged 
Top
Methods
 NameDescription
Public methodCopyFrom 
Public methodCopyTo 
Public methodDisposeReleases all resources used by the CalibrationViewModel
Protected methodOnPropertyChanged Raises this object's PropertyChanged event.
(Inherited from BindableBase)
Protected methodRaisePropertyChanged Raises this object's PropertyChanged event.
(Inherited from BindableBase)
Public methodReset 
Protected methodSetProperty``1(UMP, UMP, String) Checks if a property already matches a desired value. Sets the property and notifies listeners only when necessary.
(Inherited from BindableBase)
Protected methodSetProperty``1(UMP, UMP, Action, String) Checks if a property already matches a desired value. Sets the property and notifies listeners only when necessary.
(Inherited from BindableBase)
Public methodToFieldCalibration 
Top
Events
 NameDescription
Public eventPropertyChanged Occurs when a property value changes.
(Inherited from BindableBase)
Top
See Also