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 » DrawPolygon in Report
Re: DrawPolygon in Report [message #6940 is a reply to message #6939] Tue, 05 December 2006 15:08 Go to previous messageGo to previous message
andrei-catalin is currently offline  andrei-catalin
Messages: 62
Registered: May 2006
Location: Romania
Member
A simple testcase (in Reference/Report):
Vector<Point> poly;
 poly<<Point(200,200)<<Point(700,200)<<Point(700,500)<<Point(200,500)<<Point(200,200);
 r.DrawPolygon(poly,Cyan,2,Red,0,Null);



Andrei
 
Read Message BugConfirmed.gif
Read Message
Read Message
Read Message
Read Message
Previous Topic: load image from file: Different colors on different OS
Next Topic: DrawPolygon in PDF bug
Goto Forum:
  


Current Time: Sat May 11 13:49:24 CEST 2024

Total time taken to generate the page: 0.01995 seconds