API / geotoolkit / scene / shapes / Image / Image
Type Aliases
Type Aliases
Ƭ EventMap: EventMap & { ImageFailed: string ; ImageLoaded: string }
Ƭ 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 & { alt: string ; crossorigin?: string ; image: IBaseImage ; imagesmoothing: boolean ; lazyloading?: boolean ; url: string }
properties