Lines Matching refs:primitive
16 $image->Draw(primitive=>'line',points=>"$i,0 $i,300",stroke=>"#ccf");
17 $image->Draw(primitive=>'line',points=>"0,$i 300,$i",stroke=>"#ccf");
22 $image->Draw(primitive=>'RoundRectangle',fill=>'blue',stroke=>'maroon',
27 $image->Draw(primitive=>'bezier',points=>'20,20, 100,50, 50,100, 160,160',
32 $image->Draw(primitive=>'line',points=>"10,200 20,190",stroke=>red);
36 $image->Draw(primitive=>'circle',stroke=>'none',fill=>'yellow',,
38 $image->Draw(primitive=>'Path',stroke=>'none',fill=>'blue',strokewidth=>4,
40 $image->Draw(primitive=>'circle',stroke=>'black',fill=>'none',strokewidth=>4,
45 $image->Draw(primitive=>'polygon',
51 $image->Draw(primitive=>'line',points=>'200,260 200,200',stroke=>yellow,
53 $image->Draw(primitive=>'line',points=>'200,200 260,200',stroke=>yellow,
55 $image->Draw(primitive=>'line',points=>'260,200 260,260',stroke=>red,
57 $image->Draw(primitive=>'line',points=>'200,260 260,260',stroke=>green,