←Select platform

HitTestInterior Property

Summary
Indicates if this AnnHotspotObject supports hit testing of its interior.
Syntax
C#
C++/CLI
Java
Python
public override bool HitTestInterior { get; } 
@Override public boolean getHitTestInterior() 
public:  
   virtual property bool HitTestInterior 
   { 
      bool get() override 
   } 
HitTestInterior # get  (AnnHotspotObject) 

Property Value

true if this AnnHotspotObject supports hit testing of its interior; false otherwise.

Remarks

By default, an annotation object will return true if SupportsFill is true and Fill is not null or a transparent AnnBrush. Derived objects can override this method to fine tune the return value.

Requirements

Target Platforms

Help Version 22.0.2023.7.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.