This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Thursday, August 5, 2010 3:24:55 AM(UTC)
Groups: Registered
Posts: 5
I am using the .NET Leadtools v17.
I have a question, how can i change the color for a selected annotation? For example a Line or some text.
#2
Posted
:
Thursday, August 5, 2010 5:39:42 AM(UTC)
Groups: Registered, Tech Support
Posts: 1,326
Was thanked: 1 time(s) in 1 post(s)
You can change the color of the selected Annotation object by using this code:
+-----------+
private AnnAutomation AutomationAnn;
...
AutomationAnn.CurrentEditObject.Pen = new AnnPen(Color.White, new AnnLength(1, AnnUnit.Pixel));
...
rasterImageViewer1.Refresh();
+-----------+
Thanks,
Maen Badwan
LEADTOOLS Technical Support
#3
Posted
:
Friday, August 6, 2010 12:27:18 AM(UTC)
Groups: Registered
Posts: 5
Thx I got it working now.
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.