In This Article

DirectImageSourceProvider Class

Provides IntelliPrompt with the specified ImageSource.

public class DirectImageSourceProvider : IImageSourceProvider
Inheritance:
object object
Implements:
IImageSourceProvider

Constructors

DirectImageSourceProvider(Image)

Initializes a new instance of the DirectImageSourceProvider class.

public DirectImageSourceProvider(Image imageSource)
Parameter Type Description
imageSource Image

The ImageSource to use.

Properties

ImageSource

Gets or sets the ImageSource to use.

public Image ImageSource { get; set; }

Property Value

Image:

The ImageSource to use.

Inherited Members