Simply3DScan
Simple3DScan.UI.PrecisionControl Class Reference

Control for setting a precision More...

Inheritance diagram for Simple3DScan.UI.PrecisionControl:
Collaboration diagram for Simple3DScan.UI.PrecisionControl:

Public Member Functions

 PrecisionControl ()
 Initializes a new instance of the PrecisionControl class. More...
 

Protected Member Functions

override void Dispose (bool disposing)
 Verwendete Ressourcen bereinigen. More...
 

Protected Attributes

Syncfusion.Windows.Forms.Tools.RadialSlider RadialSliderPrecision
 
Syncfusion.Windows.Forms.Tools.RadialSlider radialSliderLaserSweepSteps
 

Package Functions

void Init (Resolution res)
 Initializes the specified resource. More...
 

Detailed Description

Control for setting a precision

Definition at line 13 of file PrecisionControl.cs.

Constructor & Destructor Documentation

Simple3DScan.UI.PrecisionControl.PrecisionControl ( )

Initializes a new instance of the PrecisionControl class.

Definition at line 22 of file PrecisionControl.cs.

23  {
24  this.InitializeComponent();
25  }

Member Function Documentation

override void Simple3DScan.UI.PrecisionControl.Dispose ( bool  disposing)
protected

Verwendete Ressourcen bereinigen.

Parameters
disposingTrue, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.

Definition at line 14 of file PrecisionControl.Designer.cs.

15  {
16  if (disposing && (components != null))
17  {
18  components.Dispose();
19  }
20  base.Dispose(disposing);
21  }
void Simple3DScan.UI.PrecisionControl.Init ( Resolution  res)
package

Initializes the specified resource.

Parameters
resThe resource.

Definition at line 32 of file PrecisionControl.cs.

33  {
34  this.resolution = res;
35  this.radialSliderLaserSweepSteps.Value = this.resolution.SweepSteps;
36  this.RadialSliderPrecision.Value = this.resolution.Steps;
37  this.textBoxDegrees.Text = this.resolution.Degrees.ToString(CultureInfo.InvariantCulture);
38  }
Syncfusion.Windows.Forms.Tools.RadialSlider RadialSliderPrecision
int Steps
Gets or sets the steps.
Definition: Resolution.cs:33
int SweepSteps
Gets or sets the sweep steps.
Definition: Resolution.cs:41
Syncfusion.Windows.Forms.Tools.RadialSlider radialSliderLaserSweepSteps
float Degrees
Gets or sets the degrees.
Definition: Resolution.cs:25

Member Data Documentation

Syncfusion.Windows.Forms.Tools.RadialSlider Simple3DScan.UI.PrecisionControl.radialSliderLaserSweepSteps
protected

Definition at line 235 of file PrecisionControl.Designer.cs.

Syncfusion.Windows.Forms.Tools.RadialSlider Simple3DScan.UI.PrecisionControl.RadialSliderPrecision
protected

Definition at line 228 of file PrecisionControl.Designer.cs.


The documentation for this class was generated from the following files: