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 Geometry
-
Assign a Reticle
Vertex to the GeometryTool Editor -
Optionally set the image, width and height that you wish to use to represent the reticle using
or Set Image(Runtime Image) -
Optionally restore the original image and sizes by creating a new Geometry
Editor and assigning it to the ReticleReticle Vertex . The reticle will be visible while a ReticleTool Vertex is connected to the GeometryTool Editor . To avoid too many visual components appearing on theMapView
at once, showing the GeometryEditor will hide the Magnifier.Reticle
Constructors
Name | Description |
---|---|
Geometry |
Initializes a new instance of the Geometry |
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 |
---|---|
Set |
Sets the image that should be used to display the reticle at the design size on the |
Set |
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.6 |
.NET | 200.5 - 200.6 |
.NET Windows | 200.5 - 200.6 |
.NET Android | 200.5 - 200.6 |
.NET iOS | 200.5 - 200.6 |
.NET Framework | 200.5 - 200.6 |
UWP | 200.5 - 200.6 |