Leadtools.Annotations Namespace : AnnHotspotObject Class |
[SerializableAttribute()] public class AnnHotspotObject : AnnImageObject, IAnnPictureObject, System.ICloneable, System.IDisposable, System.Runtime.Serialization.ISerializable
'Declaration <SerializableAttribute()> Public Class AnnHotspotObject Inherits AnnImageObject Implements IAnnPictureObject, System.ICloneable, System.IDisposable, System.Runtime.Serialization.ISerializable
'Usage Dim instance As AnnHotspotObject
public sealed class AnnHotspotObject : IAnnPictureObject, System.ICloneable, IClosable //In WinRT the IDisposable interface is replaced by IClosable, ~Remove~
function Leadtools.Annotations.AnnHotspotObject()
[SerializableAttribute()] public ref class AnnHotspotObject : public AnnImageObject, IAnnPictureObject, System.ICloneable, System.IDisposable, System.Runtime.Serialization.ISerializable
The AnnHotspotObject class inherits the AnnImageObject class and accesses the common AnnImageObject.Picture property mentioned above through this inheritance.
For more information about the hotspot annotation object refer to AnnHotspotObject. For more information about the automated hotspot annotation object, refer to Annotation Objects - Automated Features and Automated Annotations - Hotspot Picture Tab.Private Sub AnnHotspotObject_AnnHotspotObject(ByVal container As AnnContainer) Dim hotspot As AnnHotspotObject = New AnnHotspotObject() hotspot.Bounds = New AnnRectangle(100, 200, 400, 600, AnnUnit.Pixel) container.Objects.Add(hotspot) End Sub
private void AnnHotspotObject_AnnHotspotObject(AnnContainer container) { AnnHotspotObject hotspot = new AnnHotspotObject(); hotspot.Bounds = new AnnRectangle(100, 200, 400, 600, AnnUnit.Pixel); container.Objects.Add(hotspot); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2