| HotImageLoadResources Method |
Deserializes the XML resource stored in the HotImagesXML collection with the key equal to HotspotResources GUID for the current HotImage.
The resultant Hotspots are assigned to the Hotspots collection for the current HotImage and then painted to the HotImage.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public bool LoadResources()
Public Function LoadResources As Boolean
Dim instance As HotImage
Dim returnValue As Boolean
returnValue = instance.LoadResources()
public:
bool LoadResources()
Return Value
Type:
BooleanIf fails returns false else true
See Also