Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
firamax  
#1 Posted : Thursday, September 20, 2007 6:03:24 PM(UTC)
firamax

Rank: Member

Groups: Member
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

Alex Kon  
#2 Posted : Sunday, September 23, 2007 7:01:30 PM(UTC)
Alex Kon

Rank: Advanced Member

Groups: Member
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.
  • firamax  
    #3 Posted : Monday, September 24, 2007 5:16:57 PM(UTC)
    firamax

    Rank: Member

    Groups: Member
    Joined: 4/15/2007(UTC)
    Posts: 25

    Thanks Alex
    Users browsing this topic
    Guest
    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.