[]
        
(Showing Draft Content)

C1.Win.SuperTooltip.ImageEntry.-ctor

ImageEntry Constructor

ImageEntry(string, Image)

Initializes a new instance of a ImageEntry.

Declaration
public ImageEntry(string key, Image image)
Parameters
Type Name Description
string key

String used as a key to retrieve the image.

Image image

Image associated with the key.

ImageEntry()

Initializes a new instance of a ImageEntry.

Declaration
public ImageEntry()

ImageEntry(SerializationInfo, StreamingContext)

Initializes a new instance of a ImageEntry.

Declaration
protected ImageEntry(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context