API / geotoolkit / scene / shapes / tiledshape / TiledShape / TiledShape / ImageManager
TiledShape.TiledShape.ImageManager
Type Aliases
Ƭ ImageData: Object
| Name | Type | Description |
|---|---|---|
height | number | image height |
id | string | image id |
width | number | image width |
Ƭ Options<TFormatResult>: CommonManagerOptions<TFormatResult> & { images?: ImageData[] ; modelarea?: Rect }
object with parameters
| Name | Type |
|---|---|
TFormatResult | extends object = ImageData |