Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

HitTestInterior Property (AnnHotspotObject)






Gets a value indicating whether hit-testing should be performed inside the interior of this AnnHotspotObject.
Syntax
protected override bool HitTestInterior {get;}
'Declaration
 
Protected Overrides ReadOnly Property HitTestInterior As Boolean
'Usage
 
Dim instance As AnnHotspotObject
Dim value As Boolean
 
value = instance.HitTestInterior

            

            
protected:
property bool HitTestInterior {
   bool get() override;
}

Property Value

true if hit-testing should be performed inside the interior of this AnnHotspotObject; false otherwise.
Remarks
The AnnHotspotObject overrides the base AnnObject.HitTestInterior to return true if this Picture property has a valid image.
Requirements

Target Platforms

See Also

Reference

AnnHotspotObject Class
AnnHotspotObject Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)