FactoryItemTool Constructors
Allows you to create custom item tools.| Name | Parameters | Description |
|---|---|---|
| FactoryItemTool(String, Func<String>, Func<IDiagramControl, IDiagramItem>, Nullable<Size>, Boolean) | id, getName, createItem, defaultSize, isQuick | Initializes a new instance of the FactoryItemTool class. |
| FactoryItemTool(String, Func<String>, Func<IDiagramControl, ItemUsage, IDiagramItem>, Nullable<Size>, Boolean) | id, getName, createItem, defaultSize, isQuick | Initializes a new instance of the FactoryItemTool class. |
See Also