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   |
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
|
|
|
Goto Forum:
Current Time: Wed Apr 30 16:25:55 CEST 2025
Total time taken to generate the page: 0.03113 seconds
|