This forum contains outdated content and is available for reading only. Please contact technical support if you have any questions.

Notification

Icon
Error

Options
Go to last post Go to first unread
firamax  
#1 Posted : 18 years ago
firamax

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 17 years ago  | Reason: Not specified

Alex Kon  
#2 Posted : 18 years ago
Alex Kon

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.
  • firamax  
    #3 Posted : 18 years ago
    firamax

    Rank: Member

    Groups: Guest
    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.