메소드 | 설명 | |
---|---|---|
draw ( Grafika\ImageInterface $image ) : |
메소드 | 설명 | |
---|---|---|
plot ( $gd, $x0, $y0, $x1, $y1, $x2, $y2, $x3, $y3 ) | ||
plotCubicSegment ( $gd, $x0, $y0, $x1, $y1, $x2, $y2, $x3, $y3 ) | ||
plotLine ( $gd, $x0, $y0, $x1, $y1 ) | ||
plotQuadSegment ( $gd, $x0, $y0, $x1, $y1, $x2, $y2 ) | ||
setPixel ( resource $gd, integer $x, integer $y, float $ar ) |
public draw ( Grafika\ImageInterface $image ) : |
||
$image | Grafika\ImageInterface | |
리턴 |
protected plotCubicSegment ( $gd, $x0, $y0, $x1, $y1, $x2, $y2, $x3, $y3 ) |