←Select platform

HitTestInterior Property (AnnObject)

Summary

Gets a value indicating whether hit-testing should be performed inside this AnnObject.

Syntax

C#
VB
C++
protected virtual bool HitTestInterior {get;} 
  
Protected Overridable ReadOnly Property HitTestInterior As Boolean 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly