Skip to main content
A newer version of this page is available. .

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