ImagePrimitive
Use the ImagePrimitive class whenever you need to draw an image as part of rendering a control. The properties specific to displaying images are:
Image: A Windows Forms standard Image object.
ImageKey: The key of an image in an ImageList control.
ImageIndex: The index of an image in an ImageList control.
ImageScaling: Either None or ScaleToFit controls whether the image should be scaled to fit the available space.
SvgImage: Gets or sets the SVG image.
The ImageList property is introduced in the RadControl class.
The example below loads a series of images from a directory and creates an ImagePrimitive for each.