StartDrawItem Method
StartDrawItem(DesignItem, Type, IDesignPanel, MouseEventArgs)
Starts to draw.
Declaration
void StartDrawItem(DesignItem clickedOn, Type createItemType, IDesignPanel panel, MouseEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
DesignItem | clickedOn | The item. |
System.Type | createItemType | The item type. |
IDesignPanel | panel | The design panel to draw on. |
System.Windows.Input.MouseEventArgs | e | The System.Windows.Input.MouseEventArgs argument that initiated the draw operation. |