Table of Contents

Method StartDrawItem

Namespace
Alternet.FormDesigner.Wpf
Assembly
Alternet.FormDesigner.Wpf.v10.dll

StartDrawItem(DesignItem, Type, IDesignPanel, MouseEventArgs)

Starts to draw.

public void StartDrawItem(DesignItem clickedOn, Type createItemType, IDesignPanel panel, MouseEventArgs e)

Parameters

clickedOn DesignItem

The item.

createItemType Type

The item type.

panel IDesignPanel

The design panel to draw on.

e MouseEventArgs

The MouseEventArgs argument that initiated the draw operation.