Click or drag to resize

HotImageChildResourceImages Property

Collection of Images with GUID Key equal to the HotImage.HotspotsResources. This same GUID is in the parent Hotspot with the property name of Hotspot.ChildHotspotsResources which is used to load the Image for child HotImages when zooming from a hotspot to a child HotImage.

Namespace:  Deltabit.WinForms
Assembly:  Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax
public Dictionary<string, Image> ChildResourceImages { get; set; }

Property Value

Type: DictionaryString, Image
See Also