Manual Control of arduino and imaging
More...
|
| override void | Dispose (bool disposing) |
| |
Manual Control of arduino and imaging
Definition at line 15 of file ManualControl.cs.
| Simple3DScan.UI.ManualControl.ManualControl |
( |
| ) |
|
| override void Simple3DScan.UI.ManualControl.Dispose |
( |
bool |
disposing | ) |
|
|
protected |
- Parameters
-
| disposing | true, um sowohl verwaltete als auch nicht verwaltete Ressourcen freizugeben, false, um ausschließlich nicht verwaltete Ressourcen freizugeben. |
Definition at line 232 of file ManualControl.cs.
236 this.components?.Dispose();
240 base.Dispose(disposing);
void StopImaging()
Stops the imaging.
Initializes the control.
- Parameters
-
Definition at line 46 of file ManualControl.cs.
49 this.
Arduino.ActivateLaser(
false);
51 ButtonRenderer styleRenderer =
new ButtonRenderer();
52 this.toggleButtonLaser.Renderer = styleRenderer;
53 this.toggleButtonLight.Renderer = styleRenderer;
Class holding configuration to access an arduino
| void Simple3DScan.UI.ManualControl.Start |
( |
| ) |
|
|
package |
Starts this instance.
Definition at line 219 of file ManualControl.cs.
void StartImaging(string source)
Starts the imaging.
string Name
Gets or sets the name.
readonly Information ConfigurationInformation
The configuration information
| void Simple3DScan.UI.ManualControl.Stop |
( |
| ) |
|
|
package |
Stops this instance.
Definition at line 209 of file ManualControl.cs.
void StopImaging()
Stops the imaging.
The documentation for this class was generated from the following files: