Delegate ProxyLayoutEngineCreator
- Namespace
- Whim
- Assembly
- Whim.dll
This delegate takes an in a layout engine and returns it with a wrapper layout engine.
The wrapper layout engine provides additional functionality, but still utilises the underlying
layout engine.
public delegate ILayoutEngine ProxyLayoutEngineCreator(ILayoutEngine engine)
Parameters
engine
ILayoutEngine- This delegate takes an in a layout engine and returns it with a wrapper layout engine. The wrapper layout engine provides additional functionality, but still utilises the underlying layout engine.
Returns
- ILayoutEngine
- This delegate takes an in a layout engine and returns it with a wrapper layout engine. The wrapper layout engine provides additional functionality, but still utilises the underlying layout engine.