The GmagickDraw class

Introduction

Description of the class.

Class synopsis

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

Table of Contents


Copyright © 2010-2024 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout