FreehandTool QML Type
Allows you to edit geometries in a GeometryEditor by using freehand gestures. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 200.1 |
Inherits: |
- List of all members, including inherited members
- FreehandTool is part of QML Type List.
Properties
- configuration : InteractionConfiguration
Signals
Detailed Description
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.
See also VertexTool.
Property Documentation
configuration : InteractionConfiguration |
Defines the set of interactive operations enabled when using this tool.
By default, the configuration allows creation and selection of parts, transformation, and deletion operations.
This tool ignores the InteractionConfiguration::allowVertexCreation property.
Signal Documentation
configurationChanged() |
Emitted when the configuration property changes.
Note: The corresponding handler is onConfigurationChanged
.