This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Thursday, March 22, 2012 10:16:03 PM(UTC)
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.
#2
Posted
:
Sunday, March 25, 2012 7:46:36 AM(UTC)
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.
#3
Posted
:
Monday, March 26, 2012 2:07:20 AM(UTC)
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.