TPolyLine question

From: Laurent Aphecetche (aphecetche@ganil.fr)
Date: Tue Nov 11 1997 - 18:51:43 MET


Hi,

I have a canvas with a TPolyLine inside.
I would like to fill it.

root [0] Float_t x[4] = { 0.1,0.5,0.25,0.1}
root [1] Float_t y[4] = { 0.1,0.1,0.25,0.1}
root [2] TCanvas* c2 = new TCanvas("c2","coucou",400,400); 
root [3] TPolyLine* l = new TPolyLine(4,x,y) ;
root [4] l->SetFillStyle(1001) ;
root [5] l->SetFillColor(2) ;
root [6] l->Draw() ;

The line is not filled at all !
What am I doing wrong ?

(the final objective is to modify the line once it has been drawed. Is
this possible ?)

-- 
APHECETCHE Laurent (mailto:aphecetche@ganil.fr)       
GANIL, B.P. 5027, 14076, Caen Cedex 5, France 
Vox: +33 (0)2 31 45 45 85 - Fax: +33 (0)2 31 45 46 65         
WWW: http://ganp03.in2p3.fr/nof/ & (perso.)
http://www.mygale.org/~p0mp0n



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:26:22 MET