Home | History | Annotate | Download | only in demo

Lines Matching full:annotate

23   $label->Annotate(text=>"North West",gravity=>"NorthWest",x=>$x,y=>$y,
25 $label->Annotate(text=>"North",gravity=>"North",y=>$y,rotate=>$angle);
26 $label->Annotate(text=>"North East",gravity=>"NorthEast",x=>$x,y=>$y,
28 $label->Annotate(text=>"West",gravity=>"West",x=>$x,rotate=>$angle);
29 $label->Annotate(text=>"Center",gravity=>"Center",rotate=>$angle);
30 $label->Annotate(text=>"East",gravity=>"East",x=>$x,rotate=>$angle);
31 $label->Annotate(text=>"South West",gravity=>"SouthWest",x=>$x,y=>$y,
33 $label->Annotate(text=>"South",gravity=>"South",y=>$y,rotate=>$angle);
34 $label->Annotate(text=>"South East",gravity=>"SouthEast",x=>$x,y=>$y,
39 $image->Write("annotate.miff");