Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Thursday, March 22, 2012 10:16:03 PM(UTC)
rajknoida

Groups: Registered
Posts: 20


Hi,

I am using LeadTools 17.5 with C#.NET and using HitTest method as follows:
----------
AnnObject annObject = AnnAutomation.Container.HitTest(hitPoint, buffer);

-----------
This is working fine for single object on raster. but if i have more than one object on same location of raster(means overlapped) this will give only one AnnObject .

Please help me to find out other AnnObjects on same location of raster or Is there any other way to find out all the objects on same point.

Please help me. Thanks in Advance.
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Sunday, March 25, 2012 7:46:36 AM(UTC)

mohamed  
mohamed

Groups: Registered, Tech Support
Posts: 179


We have a sample project using LEADTOOLS v17.5 and C#. Please download the project from the following forum post:
http://support.leadtools.com/CS/forums/40706/ShowPost.aspx
Mohamed Abedallah
Developer Support Engineer
LEAD Technologies, Inc.

LEAD Logo
 
#3 Posted : Monday, March 26, 2012 2:07:20 AM(UTC)
rajknoida

Groups: Registered
Posts: 20


Thanks mohamad, It works and solved my problem. I used Following code:

------------------------------------
MyAnnObject.Visible = false;
HitTestRecursive(HitTestPoint);
MyAnnObject.Visible = true;
----------------------------------------
 
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.127 seconds.