Show / Hide Table of Contents

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 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 MapView in device-independent pixels (DIPs).

Image

Gets the image representing the Reticle to display on the MapView.

Width

Gets the width of the Image displayed on the MapView in device-independent pixels (DIPs).

Methods

Name Description
SetImage(RuntimeImage)

Sets the image that should be used to display the reticle at the design size on the MapView.

SetImage(RuntimeImage, Double, Double)

Sets the image that should be used to display the reticle at a desired size on the MapView.

Applies to

TargetVersions
.NET Standard 2.0200.5 - 200.8
.NET200.5 - 200.8
.NET Windows200.5 - 200.8
.NET Android200.5 - 200.8
.NET iOS200.5 - 200.8
.NET Framework200.5 - 200.8
UWP200.5 - 200.8
In This Article
Back to top Copyright © 2022 Esri.