Click or drag to resize

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
)

Parameters

szXML
Type: SystemString
The hotspots XML to deserialize.
See Also