Last updated

API / geotoolkit / scene / shapes / Image / Image

Namespace: Image

shapes.Image.Image

Table of contents

Type Aliases

Contents

Type Aliases

EventMap

Ƭ EventMap: EventMap & { ImageFailed: string ; ImageLoaded: string }


Options

Ƭ Options: Options & { alignment?: AnchorType ; alt?: string ; crossorigin?: string | null ; h?: number ; image?: IBaseImage | HTMLImageElement | HTMLCanvasElement ; imagesmoothing?: null | boolean ; lazyloading?: boolean ; loadfunction?: (sources: object | string[], callback: (images: { image: IBaseImage }) => void, crossOrigin?: string) => void ; sprite?: Rect ; url?: string ; w?: number ; x?: number ; y?: number }

left or properties object


OptionsOut

Ƭ OptionsOut: OptionsOut & { alt: string ; crossorigin?: string ; image: IBaseImage ; imagesmoothing: boolean ; lazyloading?: boolean ; url: string }

properties