←Select platform

HitTestInterior Property (AnnProtractorObject)

Summary

Gets a value indicating whether hit-testing should be performed inside the interior of this AnnProtractorObject.

Syntax

C#
VB
C++
protected override bool HitTestInterior {get;} 
  
Protected Overrides ReadOnly Property HitTestInterior As Boolean 
protected: 
property bool HitTestInterior { 
   bool get() override; 
} 

Property Value

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

Remarks

The AnnProtractorObject class overrides the base AnnObject.HitTestInterior to return true. For more information, refer to Using Protractors in Annotation Objects. (Deprecated)

Requirements

Target Platforms

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

Leadtools.Annotations Assembly