Show / Hide Table of Contents

Class FreehandTool

Allows you to edit geometries in a GeometryEditor by using freehand gestures.

Inheritance
System.Object
GeometryEditorTool
FreehandTool
Implements
System.ComponentModel.INotifyPropertyChanged
GeometryEditorTool.Style
GeometryEditorTool.PropertyChanged
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 FreehandTool : GeometryEditorTool, INotifyPropertyChanged
Remarks

This tool is suitable for creating and editing Polygon and Polyline geometries. Each drag gesture creates a new part of the Multipart geometry.

By default, this tool does not display vertices or mid-vertices. This behavior can be customized with Style.

Constructors

Name Description
FreehandTool()

Initializes a new instance of the FreehandTool class.

Properties

Name Description
Configuration

Gets or sets the set of interactive operations enabled when using this tool.

See Also

VertexTool

Applies to

TargetVersions
.NET Standard 2.0200.3 - 200.7
.NET200.3 - 200.7
.NET Windows200.3 - 200.7
.NET Android200.3 - 200.7
.NET iOS200.3 - 200.7
.NET Framework200.3 - 200.7
UWP200.3 - 200.7
In This Article
Back to top Copyright © 2022 Esri.