Drawing an arrow

  • Thread starter Thread starter Diego
  • Start date Start date
D

Diego

Hi,

There is any build in method to draw an arrow in the
Graphics object?
If not, anyone can send me a sample to draw an arrow.

Thanks in advance...
 
Diego,

There is nothing on the Graphics class that will allow you to do this.
However, you should be able to use the DrawPolygon and DrawLine methods to
create a basic, rudimentary arrow.

Hope this helps.
 
Back
Top