Drawing an arrow

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...
 
N

Nicholas Paldino [.NET/C# MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top