Click or drag to resize

CalibrationUserControl Class

Interaction logic for CalibrationUserControl.xaml
Inheritance Hierarchy
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.WindowsUIElement
          System.WindowsFrameworkElement
            System.Windows.ControlsControl
              System.Windows.ControlsContentControl
                System.Windows.ControlsUserControl
                  RAYLASE.Marker.CamerasPluginCalibrationUserControl

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.19.0
Syntax
C#
public class CalibrationUserControl : UserControl, 
	IComponentConnector

The CalibrationUserControl type exposes the following members.

Constructors
 NameDescription
Public methodCalibrationUserControl Just the standard constructor.
Top
Properties
 NameDescription
Public propertyCalibrationGuiData This property holds all calibration data visible in the GUI.
Public propertyCamera The camera object just being configured in the settings dialog.
Public propertyConfigurationManager RAYGUIDE's configuration manager; needed to get and to store the last used calibration data file.
Public propertyFieldHeightPixel The field height of the camera in pixel as shown in the setup tab.
Public propertyFieldWidthPixel The field width of the camera in pixel as shown in the setup tab.
Public propertyIsReadingFromGuiForbidden Only if false values from the edit fields are read out into the internal data; this must not be done in case the dialog is just and be filled programmatically opened.
Public propertyRectificationTilePosition 
Top
Methods
 NameDescription
Public methodInitializeComponent InitializeComponent
Top
Fields
Explicit Interface Implementations
 NameDescription
Explicit interface implementationPrivate methodIComponentConnectorConnectAttaches events and names to compiled content.
Top
See Also