ImageListExtension extension Graphics

Provides extension methods for lists of Image objects (Images).

on

Properties

first Image

Available on Images, provided by the ImageListExtension extension

Gets the first Image in the list.
no setter
isLoading bool

Available on Images, provided by the ImageListExtension extension

Indicates if any image in the list is still loading.
no setter
pivotX double

Available on Images, provided by the ImageListExtension extension

Sets the horizontal pivot point for all images in the list. Please not that if the image is still loading, it might get overwritten by the loader again when the image loading is completed.
no getter
pivotY double

Available on Images, provided by the ImageListExtension extension

Sets the vertical pivot point for all images in the list. Please not that if the image is still loading, it might get overwritten by the loader again when the image loading is completed.
no getter
texture Texture

Available on Images, provided by the ImageListExtension extension

Gets the Texture of the first image in the list.
no setter
textures List<Texture>

Available on Images, provided by the ImageListExtension extension

Gets a list of unique Texture objects used by the images in this list.
no setter

Methods

dispose() → void

Available on Images, provided by the ImageListExtension extension

Disposes all images in the list.