| HotImageImportHotspots Method |
Imports Hotspots from an XML file into the HotImage.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public void ImportHotspots(
string FileNameXML
)
Public Sub ImportHotspots (
FileNameXML As String
)
Dim instance As HotImage
Dim FileNameXML As String
instance.ImportHotspots(FileNameXML)
public:
void ImportHotspots(
String^ FileNameXML
)
Parameters
- FileNameXML
- Type: SystemString
The fully qualified name of the file to import
See Also