Table of Contents

Delegate ColorTool.SelectObjectDelegate

Namespace
TinyLife.Tools
Assembly
TinyLife.dll

A delegate method used by OnSelectObject. The success parameter should be set to true if the object was successfully selected.

public delegate void ColorTool.SelectObjectDelegate(ColorTool tool, ref bool success)

Parameters

tool ColorTool
A delegate method used by . The success parameter should be set to true if the object was successfully selected.
success bool
A delegate method used by . The success parameter should be set to true if the object was successfully selected.
Extension Methods