Leadtools.Annotations Namespace > AnnObject Class : HitTestInterior Property |
protected virtual bool HitTestInterior {get;}
'Declaration Protected Overridable ReadOnly Property HitTestInterior As Boolean
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.