(PECL gmagick >= Unknown)
类摘要
GmagickDraw
{
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 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 setfont
(
string $font
)
}