DrawItemFunc


Description:

public delegate DockSurface DrawItemFunc (DockItem item, DockSurface source, DockSurface? target)

Draws a modified surface onto another newly created or given surface

Parameters:

item the dock-item
source original surface which may not be changed
target the previously modified surface

Returns:

the modified surface or passed through target

Namespace: Plank.Items
Package: plank