Control for setting a precision
More...
|
override void | Dispose (bool disposing) |
| Verwendete Ressourcen bereinigen. More...
|
|
Control for setting a precision
Definition at line 13 of file PrecisionControl.cs.
Simple3DScan.UI.PrecisionControl.PrecisionControl |
( |
| ) |
|
override void Simple3DScan.UI.PrecisionControl.Dispose |
( |
bool |
disposing | ) |
|
|
protected |
Verwendete Ressourcen bereinigen.
- Parameters
-
disposing | True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False. |
Definition at line 14 of file PrecisionControl.Designer.cs.
16 if (disposing && (components != null))
20 base.Dispose(disposing);
void Simple3DScan.UI.PrecisionControl.Init |
( |
Resolution |
res | ) |
|
|
package |
Initializes the specified resource.
- Parameters
-
Definition at line 32 of file PrecisionControl.cs.
34 this.resolution = res;
37 this.textBoxDegrees.Text = this.resolution.
Degrees.ToString(CultureInfo.InvariantCulture);
Syncfusion.Windows.Forms.Tools.RadialSlider RadialSliderPrecision
int Steps
Gets or sets the steps.
int SweepSteps
Gets or sets the sweep steps.
Syncfusion.Windows.Forms.Tools.RadialSlider radialSliderLaserSweepSteps
float Degrees
Gets or sets the degrees.
Syncfusion.Windows.Forms.Tools.RadialSlider Simple3DScan.UI.PrecisionControl.radialSliderLaserSweepSteps |
|
protected |
Syncfusion.Windows.Forms.Tools.RadialSlider Simple3DScan.UI.PrecisionControl.RadialSliderPrecision |
|
protected |
The documentation for this class was generated from the following files: