Home » Developing U++ » U++ Developers corner » AGG
Re: AGG [message #10449 is a reply to message #10194] |
Tue, 10 July 2007 01:55   |
 |
fudadmin
Messages: 1321 Registered: November 2005 Location: Kaunas, Lithuania
|
Ultimate Contributor Administrator |
|
|
ok, if you'd like this style:
AggDrawer agd(RectC(0,0,sz.cx, sz.cy));
agd.SetBackground(agg::rgba(0, 1.0, 1.0, ~optR));
// agd.SetBackground(agg::rgba(1.0, 0.5, 0.5));
agd.DrawLine(0,0,100,100,10);
agd.SetBrushColor(agg::rgba(0, 0, 0));
// agd.DrawLine(100,0,200,100,10);
agd.DrawEllipse(sz2.cx, sz2.cy, sz2.cx-10, sz2.cy-10, 3);
agd.End(w, ~optR);
here is the plugin:
|
|
|
 |
|
AGG
By: mirek on Sun, 10 June 2007 11:24
|
 |
|
Re: AGG
By: mirek on Sun, 10 June 2007 12:29
|
 |
|
Re: AGG
By: Novo on Mon, 11 June 2007 04:30
|
 |
|
Re: AGG
By: mirek on Mon, 11 June 2007 10:00
|
 |
|
Re: AGG
By: Novo on Mon, 11 June 2007 15:54
|
 |
|
Re: AGG
By: mirek on Mon, 11 June 2007 17:28
|
 |
 |
Re: AGG
|
 |
|
Re: AGG
|
 |
|
Re: AGG
|
 |
|
Re: AGG
|
 |
|
Re: AGG
|
 |
|
Re: AGG
|
 |
|
Re: AGG
|
 |
|
Re: AGG
|
 |
|
Re: AGG
By: mirek on Sun, 24 June 2007 11:02
|
 |
|
Re: AGG
|
 |
|
Re: AGG
By: mirek on Sun, 24 June 2007 13:59
|
 |
|
Re: AGG
|
 |
|
Re: AGG
|
 |
|
Re: AGG
|
 |
|
Re: AGG
By: mirek on Tue, 10 July 2007 20:40
|
 |
|
Re: AGG
|
 |
|
Re: AGG
By: mirek on Mon, 16 July 2007 23:40
|
Goto Forum:
Current Time: Fri Jun 20 21:26:57 CEST 2025
Total time taken to generate the page: 0.03679 seconds
|