[]
Defines functionality for image retrieval and data access.
public interface IImageLocatorService
| Name | Description |
|---|---|
| GetImageData(ILayoutArea, bool) | Returns image item data as ImageInfo either from Cache or creating a new image. |
| GetImageData(IImage, bool) | Initialize ImageInfo using specified locator |
| GetImageData(IStyle, bool) | Returns the background image from the specified IStyle instance. |