Drawing arrows

  • Thread starter Thread starter Xarky
  • Start date Start date
X

Xarky

Hi,

I would like to draw lines and lines with arrows. There position
is to be either vertical or horizontal. Can someone help me out,
because I have no clue and I cant find anything useful on the
internet.


Thanks in Advance
 
Have a look at the Pen class StartCap, EndCap and CustomEndCap,
CustomStartCap.

For arrows that have defined weight use for example StartCap =
LineCap.Custom and set to CustomStartCap an instance of
System.Drawing.Drawing2D.AdjustableArrowCap
 
Back
Top