LEADTOOLS Annotations (Leadtools.Annotations assembly)

HitTestInterior Property (AnnObject)

Show in webframe





Gets a value indicating whether hit-testing should be performed inside this AnnObject.
Syntax
protected virtual bool HitTestInterior {get;}
'Declaration
 
Protected Overridable ReadOnly Property HitTestInterior As Boolean
'Usage
 
Dim instance As AnnObject
Dim value As Boolean
 
value = instance.HitTestInterior

            

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

Property Value

true if hit-testing should be performed inside the interior of this AnnObject; false otherwise.
Remarks

This property is checked internally by the annotation framework whenever the HitTest method is called. You do not need to call this property directly.

By default, if an object implements a brush, this value will be true if the brush is present and is not transparent. Derived objects that does not implement a brush (such as the AnnImageObject will override this property to return true if a picture is available.

Requirements

Target Platforms

See Also

Reference

AnnObject Class
AnnObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.