| HotspotsDeserializeHotspots Method |
Deserializes the hospots XML passed, producing a collection of hotspots and assigning them to this collection.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public void DeserializeHotspots(
string szXML
)
Public Sub DeserializeHotspots (
szXML As String
)
Dim instance As Hotspots
Dim szXML As String
instance.DeserializeHotspots(szXML)
public:
void DeserializeHotspots(
String^ szXML
)
Parameters
- szXML
- Type: SystemString
The hotspots XML to deserialize.
See Also