C#
VB
Java
Objective-C
WinRT C#
C++
Indicates if this AnnObject supports hit testing of its interior.
public virtual bool HitTestInterior { get; }
Public Overridable ReadOnly Property HitTestInterior As Boolean
public virtual bool HitTestInterior {get;}
@property (nonatomic,readonly) BOOL hitTestInterior;
public boolean getHitTestInterior()
get_HitTestInterior();
public:
virtual property bool HitTestInterior
{
bool get()
}
true if this AnnObject supports hit testing of its interior; otherwise, false.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET