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.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
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
MapView
at 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 |
.NET | 200.5 |
.NET Windows | 200.5 |
.NET Android | 200.5 |
.NET iOS | 200.5 |
.NET Framework | 200.5 |
UWP | 200.5 |