[]
Initializes a new instance of the ItemRenderer class with the specified layout area and generator.
public ItemRenderer(ILayoutArea area, IGenerator generator)
| Type | Name | Description |
|---|---|---|
| ILayoutArea | area | The area to render. |
| IGenerator | generator | The generator to use for rendering the area. |
Initializes a new instance of the ItemRenderer class with the specified layout area and generator.
public ItemRenderer(ILayoutArea area, IGenerator generator, bool withInteractivity, bool withInteractiveParameters)
| Type | Name | Description |
|---|---|---|
| ILayoutArea | area | The area to render. |
| IGenerator | generator | The generator to use for rendering the area. |
| bool | withInteractivity | The generator support interactivity. |
| bool | withInteractiveParameters | The generator support parameters interactivity. |