This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Thursday, November 16, 2006 5:16:40 PM(UTC)
Groups: Registered
Posts: 31
I'm using version 14.5, annotation COM object with dotNet classes.
I was trying to copy & paste annotation object but I want to move new annotation object a little bit away from original annotation object. I've try using sample under "AnnMove example for Visual Basic" topic but it didn't moved.
I've also tried the following but it still didn't move:
float annRectTop = m_TheAnn1.get_AnnRectTop(newhObject); //get top value of ann obj
float annRectLeft = m_TheAnn1.get_AnnRectLeft(newhObject); //get top value of ann obj
m_TheAnn1.set_AnnRectTop(newhObject, annRectTop + 100);
m_TheAnn1.set_AnnRectLeft(newhObject, annRectLeft + 100);
Is there something that I've missed?
Please advice,
#2
Posted
:
Thursday, November 30, 2006 1:53:29 PM(UTC)
Groups: Manager, Tech Support
Posts: 367
Was thanked: 1 time(s) in 1 post(s)
I'm posting the result of our email communication regarding this issue through the support email system for the general benefit.
I'm attaching a small C# project that shows how the AnnRectXXX COM properties work in C#.
Amin Dodin
Senior Support Engineer
LEAD Technologies, Inc.
#3
Posted
:
Friday, December 1, 2006 3:40:30 PM(UTC)
Groups: Registered
Posts: 31
I've got it. Thank you very much.
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.