Class FreehandTool
Allows you to edit geometries in a GeometryEditor by using freehand gestures.
Implements
System.ComponentModel.INotifyPropertyChanged
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 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
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.3 - 200.8 |
| .NET | 200.3 - 200.8 |
| .NET Windows | 200.3 - 200.8 |
| .NET Android | 200.3 - 200.8 |
| .NET iOS | 200.3 - 200.8 |
| .NET Framework | 200.3 - 200.8 |
| UWP | 200.3 - 200.8 |