|
Photomechanics API
|
Provides additional rotation features. More...
Public Member Functions | |
| Task | SetInitialSpeed (Double degreesPerSecond) |
| Set initial rotation speed. More... | |
| Task< Boolean > | GetIsRotating () |
| Get info on whether turn table is currently rotating. More... | |
| Task< Boolean > | GetIsCancellationRequested () |
| Get info on whether turn table is currently canceling rotation. More... | |
Provides additional rotation features.
| Task IExtendedRotationProvider.SetInitialSpeed | ( | Double | degreesPerSecond | ) |
Set initial rotation speed.
| degreesPerSecond | Speed value in degrees per second. |
| TurntableOperationFailedException | Thrown when turn table returns fail result of operation. |
| Task< Boolean > IExtendedRotationProvider.GetIsRotating | ( | ) |
Get info on whether turn table is currently rotating.
| TurntableOperationFailedException | Thrown when turn table returns fail result of operation. |
| Task< Boolean > IExtendedRotationProvider.GetIsCancellationRequested | ( | ) |
Get info on whether turn table is currently canceling rotation.
| TurntableOperationFailedException | Thrown when turn table returns fail result of operation. |