This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, March 4, 2008 9:52:55 AM(UTC)
Groups: Registered
Posts: 5
I'm using VB6 to create an annotation using the following commands:
hRect = LEAD1.AnnCreate(ANNOBJECT_STAMP, True, True)
I can set the fillmode, Define the annotation area, forecolor, backcolor, linestyle, font name/size and the annotation text, but I cannot figure out how to roate the text inside the annotation. I've searched the forums for an example, but I can't seem to find an example on how to do this. Searching the help files, I found something using the rasterann object but the main lead control does not have the same options. using Lead 14.5 file version 14.5.0.44. Any ideas? This is the last issue that I have to overcome...
#2
Posted
:
Wednesday, March 5, 2008 7:03:38 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
With the
Stamp object, and almost all other objects that contain text, you cannot rotate
the text alone. You can only rotate the entire object.
The main
exception is the Text Pointer object, which allows rotating the text in multiple
of 90 degrees.
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.