Click here to Skip to main content
Licence CPOL
First Posted 30 Jan 2007
Views 49,097
Downloads 2,301
Bookmarked 69 times

Draw Straight and Curved Arrows

By | 30 Jan 2007 | Article
Render custom arrows on any graphics

Sample Image - ArrowRenderer1.png

Sample application using ArrowRenderer routines. Drawing random colored curved arrows.

Sample Image - ArrowRenderer1.png

Another sample application that shows mouse cursor position using many arrows.

Introduction

This article presents some useful routines that help drawing custom arrows on any Graphics object. It allows to choose whether an arrow should be straight or curved. In the second case, the main arrow line is drawn using the Bezier curve.

Background

I know that any question about how to draw an arrow is probably answered quickly, advising the inquirer to read something about different line ending caps. That is true, however one doesn't have a big influence on how the final arrow will be like. Pissed about that, I decided to write my own library that allows a user to draw custom arrows both straight and curved.

Code

  • Width - Gets or sets width (in pixels) of the full base of the arrowhead
  • Theta - Gets or sets angle (in radians) at the arrow tip between the two sides of the arrowhead
  • FillArrowHead - Gets or sets flag indicating whether or not the arrowhead should be filled
  • NumberOfBezierCurveNodes - Gets or sets the number of nodes used to calculate the Bezier curve
  • DrawArrow - Renders the arrow on given graphics using desired parameters
  • DrawArrowOnCurve - Renders the curved arrow on given graphics using desired parameters
  • DrawArrows - Draws arrows between consecutive points

Points of Interest

This code is especially useful when graphs need to be rendered. DrawArrows is particularly useful for that.

Sample Usage

Last semester, I was developing a program that solves the Vehicle Routing Problem for a project at Operational Research. That approach used genetic algorithms. The following picture was generated using my renderer that utilizes, among others, the presented ArrowRenderer class. Grey circles represent depots, while red ones are cities that need to be visited. Arrows are used to show how the route should be performed.

Sample image

Credit

  • Routine that generates the Bezier curve nodes array is a refined version of the one found in "Beziers and Other Splines" chapter from "Programming Microsoft Windows with C#" by Charles Petzold.
  • Simple Vector structure was found long ago somewhere on the Internet. If you own this piece of code, please let me know so I can give you credit.

History

  • 30.01.2007 - First version

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Michal Brylka

Architect
Nokia Siemens Networks
Poland Poland

Member

Michał is C# and whole .NET enthusiast. He graduated from computer science MSc studies at Wroclaw University of Technology, Poland.
 
He is interested in photography and diving. He is member of PADI, currently with divemaster certificate.

His favorite movies are Matrix, Amélie(Le Fabuleux Destin d'Amélie Poulain), Stargate SG-1 TV Serie and comedies of Mel Brooks.
 
Michał lives in Wroclaw, Poland. To contact Michał, email him at michal.brylka[mail-'"at'"-sign]op.pl.

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
GeneralMy vote of 5 Pinmembermanoj kumar choubey21:49 26 Feb '12  
QuestionGood work.. small issue not resolved PinmemberManoj Mathew12:29 6 Mar '09  
GeneralDrawing custom arrows Pinmembercrockettk4:26 6 Apr '07  
GeneralRe: Drawing custom arrows PinmemberMichal Brylka11:16 6 Apr '07  
GeneralRe: Drawing custom arrows Pinmemberblue.it8x5:22 21 Feb '09  
GeneralGreat bit of Code Pinmembermatt_Altis23:21 28 Mar '07  
GeneralRe: Great bit of Code PinmemberMichal Brylka9:05 29 Mar '07  
GeneralRe: Great bit of Code Pinmembermatt_Altis0:56 30 Mar '07  
GeneralRe: Great bit of Code PinmemberMichal Brylka15:34 30 Mar '07  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web01 | 2.5.120517.1 | Last Updated 30 Jan 2007
Article Copyright 2007 by Michal Brylka
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid