hitTestInterior Property

Summary

Indicates if this AnnHiliteObject supports hit testing of its interior.

Syntax

JavaScript Syntax
Object.defineProperty(AnnHiliteObject.prototype, 'hitTestInterior', 
	get: function() 
) 
TypeScript Syntax
hitTestInterior: boolean; // read-only 

Property Value

true if this AnnHiliteObject 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly