| HotspotsSerializeHotspots Method |
Serializes the Hotspots in the hotimage into an XML format that can be used for saving hotpot data.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public string SerializeHotspots()
Public Function SerializeHotspots As String
Dim instance As Hotspots
Dim returnValue As String
returnValue = instance.SerializeHotspots()
public:
String^ SerializeHotspots()
Return Value
Type:
StringThe XML string representing the hotspots.
See Also