Rank: Member
Groups: Guest
Joined: 4/15/2007(UTC) Posts: 25
|
Dear sirs, we create a Rectangle annotation using : Code:AddNewObject(New Aurigma.GraphicsMill.WinControls.RectangleVObjectCreateDesigner)
Any idea how to create an arrow annotation(straight line with a < or > at the end)? firamax Edited by user Monday, December 17, 2007 12:39:35 PM(UTC)
| Reason: Not specified
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 1/31/2005(UTC) Posts: 458
Was thanked: 5 time(s) in 5 post(s)
|
Hello firamax, I can suggest you two alternatives: The first one is to use LineVObject and set EndCap property of the line's pen to System.Drawing.Drawing2D.LineCap.ArrowAnchor. This is the simplest way, but you have no control over arrow appearance. Another way is to create custom VObject and draw arrow by yourself. This is more flexible and, of course, labour-intensive way. |
|
|
|
|
Rank: Member
Groups: Guest
Joined: 4/15/2007(UTC) Posts: 25
|
|
|
|
|
Forum Jump
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.