Class TransformationMatrixCameraController
Support camera navigation by using a Transformation
Implements
Namespace: Esri.ArcGISRuntime.UI
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class TransformationMatrixCameraController : CameraController, INotifyPropertyChanged
Remarks
Transformation Matrix camera controller provides navigation by using a Transformation
Constructors
Name | Description |
---|---|
Transformation |
Initializes a new instance of the Transformation |
Transformation |
Initializes a new instance of the Transformation |
Properties
Name | Description |
---|---|
Clipping |
Gets or sets the clipping distance in meters around the Origin |
Origin |
Gets or sets the Camera that describes the origin location. |
Transformation |
Gets or sets the TransformationMatrix describing the current Camera's location relative to the Origin |
Translation |
Gets or sets a value to multiply translations by. |
Events
Name | Description |
---|---|
Origin |
Raised when the Origin |
Translation |
Raised when the Translation |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.6 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.6 - 200.6 |
Xamarin.Android | 100.6 - 100.15 |
Xamarin.iOS | 100.6 - 100.15 |
UWP | 100.6 - 200.6 |