Interface IToolItemAdder
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
Describes a tool that can add an item on the design surface.
public interface IToolItemAdder
Methods
- AddItemWithCustomSize(DesignItem, DesignItem, Point, Size)
When implemented by a class, adds the given item with the specified size.
- AddItemWithDefaultSize(DesignItem, DesignItem, Point)
When implemented by a class, adds the given item with the default size.