Click or drag to resize

FFCUserControl Class

Interaction logic for FFCUserControl.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.Shared.GUIBaseBindableView
                    RAYLASE.Marker.CamerasPluginFFCUserControl

Namespace: RAYLASE.Marker.CamerasPlugin
Assembly: RAYLASE.Marker.CamerasPlugin (in RAYLASE.Marker.CamerasPlugin.dll) Version: 2.49.0
Syntax
C#
public class FFCUserControl : BaseBindableView, 
	IComponentConnector

The FFCUserControl type exposes the following members.

Constructors
 NameDescription
Public methodFFCUserControlInitializes a new instance of the FFCUserControl class
Top
Properties
 NameDescription
Public propertyBrightImageFfcFileName The path and file name of the bright image for flat field correction.
Public propertyConfigurationManager RAYGUIDE's configuration manager; needed to get and to store the last used calibration data file.
Public propertyDarkImageFfcFileName The path and file name of the dark image for flat field correction.
Public propertyIsFlatFieldCorrection If true, flat field correction will be done.
Top
Methods
 NameDescription
Public methodInitializeComponent InitializeComponent
Protected methodRaisePropertyChanged Raises this object's PropertyChanged event.
(Inherited from BaseBindableView)
Protected methodSetPropertyT Checks if a property already matches a desired value. Sets the property and notifies listeners only when necessary.
(Inherited from BaseBindableView)
Top
Events
 NameDescription
Public eventPropertyChanged Raised whenever a property value has changed.
(Inherited from BaseBindableView)
Top
Explicit Interface Implementations
 NameDescription
Explicit interface implementationPrivate methodIComponentConnectorConnectAttaches events and names to compiled content.
Top
See Also