Table of Contents

Interface IImageSource

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

Defines properties for objects that can provide image sources in various forms, such as a single image, an image list, an image set, or an SVG image.

public interface IImageSource

Properties

Image

Gets the Image instance.

ImageIndex

Gets the index of the image in the ImageList.

ImageList

Gets the ImageList instance.

ImageSet

Gets the ImageSet instance.

IsEmpty

Gets a value indicating whether the image data is empty.

Kind

Gets the type of image source represented by this instance.

SvgImage

Gets the SvgImage instance.

SvgSize

Gets the size of the SVG image, in pixels.