In This Article

DirectImageSourceProvider Class

Provides IntelliPrompt with the specified ImageSource.

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

Constructors

DirectImageSourceProvider(Image)

Provides IntelliPrompt with the specified ImageSource.

public DirectImageSourceProvider(Image imageSource)
Parameter Type Description
imageSource Image

The ImageSource to use.

Properties

ImageSource

The ImageSource to use.

public Image ImageSource { get; set; }

Property Value

Image

Inherited Members

Extension Methods