The GmagickDraw classIntroduction
Class synopsisGmagickDraw
class GmagickDraw
{
/* Methods */
public GmagickDraw annotate(float
$x , float $y , string $text )public GmagickDraw arc(
float $sx ,float $sy ,float $ex ,float $ey ,float $sd ,float $ed ) public GmagickDraw bezier(array
$coordinate_array )public GmagickDraw ellipse(
float $ox ,float $oy ,float $rx ,float $ry ,float $start ,float $end ) public GmagickPixel getfillcolor()
public float getfillopacity()
public mixed getfont()
public float getfontsize()
public int getfontstyle()
public int getfontweight()
public GmagickPixel getstrokecolor()
public float getstrokeopacity()
public float getstrokewidth()
public int gettextdecoration()
public mixed gettextencoding()
public GmagickDraw line(
float $sx ,float $sy ,float $ex ,float $ey ) public GmagickDraw point(float
$x , float $y )public GmagickDraw polygon(array
$coordinates )public GmagickDraw polyline(array
$coordinate_array )public GmagickDraw rectangle(
float $x1 ,float $y1 ,float $x2 ,float $y2 ) public GmagickDraw rotate(float
$degrees )public GmagickDraw roundrectangle(
float $x1 ,float $y1 ,float $x2 ,float $y2 ,float $rx ,float $ry ) public GmagickDraw scale(float
$x , float $y )public GmagickDraw setfillcolor(mixed
$color )public GmagickDraw setfillopacity(float
$fill_opacity )public GmagickDraw setfont(string
$font )public GmagickDraw setfontsize(float
$pointsize )public GmagickDraw setfontstyle(int
$style )public GmagickDraw setfontweight(int
$weight )public GmagickDraw setstrokecolor(mixed
$color )public GmagickDraw setstrokeopacity(float
$stroke_opacity )public GmagickDraw setstrokewidth(float
$width )public GmagickDraw settextdecoration(int
$decoration )public GmagickDraw settextencoding(string
}$encoding )
|