Method Create
Create(ShapeToolType)
Create a ShapeTool to draw the specified ShapeToolType.
Declaration
public static ShapeTool Create(ShapeToolType shapeType)
Parameters
| Type | Name | Description |
|---|---|---|
| ShapeToolType | shapeType | The type of shape drawn by this tool. |
Returns
| Type | Description |
|---|---|
| ShapeTool | A new ShapeTool with the given ShapeToolType and default configuration and style properties. |
Remarks
By default, this tool enables the creation, selection, transformation, and deletion interactions appropriate for creating geometries with a geometric shape. This behavior can be customized with Configuration.
See Also
Applies to
Platforms and versions
| 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 |