Interface IImageSource
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
- ImageIndex
Gets the index of the image in the ImageList.
- IsEmpty
Gets a value indicating whether the image data is empty.
- Kind
Gets the type of image source represented by this instance.
- SvgSize
Gets the size of the SVG image, in pixels.