Gets the container under the specified location.
public virtual AnnContainer HitTestContainer(
LeadPointD location,
bool includeObjects
)
Public Overridable Function HitTestContainer( _
ByVal location As Leadtools.LeadPointD, _
ByVal includeObjects As Boolean _
) As Leadtools.Annotations.Core.AnnContainer
public virtual Leadtools.Annotations.Core.AnnContainer HitTestContainer(
Leadtools.LeadPointD location,
bool includeObjects
)
public AnnContainer hitTestContainer(LeadPointD location, boolean includeObjects)
function Leadtools.Annotations.Automation.AnnAutomation.HitTestContainer(
location ,
includeObjects
)
public:
virtual AnnContainer^ HitTestContainer(
LeadPointD^ location,
bool includeObjects
)
location
The location that is being tested.
includeObjects
true if objects that belong to the container but might lay outside the container boundaries are to be included in the hit-testing; otherwise, false and only the container boundary is used in the hit-testing.
The first container found under the specified location or null if no containers satisfies the hit-testing location.
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