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