Method SetTargetOffsetsAsync
SetTargetOffsetsAsync(Double, Double, Double, Double)
Animates the target offsets with the specified duration to establish a new target position.
Declaration
public Task SetTargetOffsetsAsync(double x, double y, double z, double duration)
Parameters
| Type | Name | Description |
|---|---|---|
| Double | x | The change x offset symbol center |
| Double | y | The change y offset symbol center |
| Double | z | The change z offset symbol center |
| Double | duration | The duration of the animation in seconds |
Returns
| Type | Description |
|---|---|
| Task | A Task representing the asynchronous operation. |
Remarks
By default the camera focuses on the graphic geometry center point. Using the offsets you can move the focal point to a new position relative to that center point.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 100.15 |
| .NET 6.0 | 100.13 - 100.15 |
| .NET 6.0 Windows | 100.13 - 100.15 |
| .NET Framework | 100.1 - 100.15 |
| .NET 5 | 100.10 - 100.12 |
| .NET Core 3.1 | 100.7 - 100.12 |
| Xamarin.Android | 100.1 - 100.15 |
| Xamarin.iOS | 100.1 - 100.15 |
| UWP | 100.1 - 100.15 |