←Select platform

HitTestInterior Property

Summary
Indicates if this AnnObject supports hit testing of its interior.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public virtual bool HitTestInterior { get; } 
@property (nonatomic, assign, readonly) BOOL hitTestInterior; 
public boolean getHitTestInterior() 
public:  
   virtual property bool HitTestInterior 
   { 
      bool get() 
   } 
HitTestInterior # get  (AnnObject) 

Property Value

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

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

See Also

Reference

AnnObject Class

AnnObject Members

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.