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.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 |