Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » Draw, Display, Images, Bitmaps, Icons » Paint dashed polyline
Paint dashed polyline [message #34656] Sun, 04 December 2011 00:39 Go to previous message
koldo is currently offline  koldo
Messages: 3355
Registered: August 2008
Senior Veteran
Hello all

I wanted to paint a dashed polyline, but code like this does not work properly.

How could you do it?

void DrawPolyline(Painter& w, const Vector<Point> &p)
{
	for (int i = 1; i < p.GetCount(); ++i) 
		w.Move(p[i-1]).Line(p[i]).Stroke(2, Black()).Dash("5 2");
}


Best regards
IƱaki
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Problem with polygon inside polygon... in Painter
Next Topic: How to use the same .iml from multiple source files.
Goto Forum:
  


Current Time: Fri Mar 29 15:39:11 CET 2024

Total time taken to generate the page: 0.01408 seconds