Hotspots Class |
Namespace: Deltabit.WinForms
The Hotspots type exposes the following members.
Name | Description | |
---|---|---|
AllHotspotValues |
Gets a Deltabit.WinForms.Hotspot array that contains all the values in the collection.
| |
Count | Gets the number of key/value pairs contained in the NameObjectCollectionBase instance. (Inherited from NameObjectCollectionBase.) | |
ItemInt32 |
The Default property of the Hotspots object, gets or sets the Hotspot at the specified index.
| |
ItemString |
The Default property of the Hotspots object, gets or sets the Hotspot with the specified name.
| |
Keys | Gets a NameObjectCollectionBaseKeysCollection instance that contains all the keys in the NameObjectCollectionBase instance. (Inherited from NameObjectCollectionBase.) |
Name | Description | |
---|---|---|
Add |
Adds a Deltabit.WinForms.Hotspot object to the collection
The Name can be null
| |
Clear |
Clears all the items from the collection.
| |
Clone |
Clones all the hotspots in the hotpots collection.
| |
Contains |
Determines if the collection of hotspots contains a Hotspot with the specified string Key value.
| |
DeserializeHotspots |
Deserializes the hospots XML passed, producing a collection of hotspots and assigning them to this collection.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that iterates through the NameObjectCollectionBase. (Inherited from NameObjectCollectionBase.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetObjectData | Implements the ISerializable interface and returns the data needed to serialize the NameObjectCollectionBase instance. (Inherited from NameObjectCollectionBase.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
OnDeserialization | Implements the ISerializable interface and raises the deserialization event when the deserialization is complete. (Inherited from NameObjectCollectionBase.) | |
Refresh |
Causes any newly added visible hotspots to be drawn to the HotImage.
| |
Remove(Int32) |
Removes a hotspot from the collection of hotspots identified by its index.
| |
Remove(String) |
Removes a hotspot object from the collection with the specified name object from the collection.
| |
SerializeHotspots |
Serializes the Hotspots in the hotimage into an XML format that can be used for saving hotpot data.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |