Class GeometryEditorReticle
Allows you to precisely edit or specify a position on a mobile device by interacting with a MapView.
Inheritance
System.Object
GeometryEditorReticle
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.UI.Editing
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class GeometryEditorReticle
Remarks
To use a GeometryEditorReticle:
- Assign a ReticleVertexTool to the GeometryEditor
- Optionally set the image, width and height that you wish to use to represent the reticle using SetImage(RuntimeImage, Double, Double) or SetImage(RuntimeImage)
-
Optionally restore the original image and sizes by creating a new GeometryEditorReticle and
assigning it to the ReticleVertexTool.
The reticle will be visible while a ReticleVertexTool is connected to the GeometryEditor.
To avoid too many visual components appearing on the
MapViewat once, showing the GeometryEditorReticle will hide the Magnifier.
Constructors
| Name | Description |
|---|---|
| GeometryEditorReticle() | Initializes a new instance of the GeometryEditorReticle class. |
Properties
| Name | Description |
|---|---|
| Height | Gets the height of the Image displayed on the |
| Image | Gets the image representing the Reticle to display on the |
| Width | Gets the width of the Image displayed on the |
Methods
| Name | Description |
|---|---|
| SetImage(RuntimeImage) | Sets the image that should be used to display the reticle at the design size on the |
| SetImage(RuntimeImage, Double, Double) | Sets the image that should be used to display the reticle at a desired size on the |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.5 - 200.8 |
| .NET | 200.5 - 200.8 |
| .NET Windows | 200.5 - 200.8 |
| .NET Android | 200.5 - 200.8 |
| .NET iOS | 200.5 - 200.8 |
| .NET Framework | 200.5 - 200.8 |
| UWP | 200.5 - 200.8 |