The GmagickDraw class

(PECL gmagick >= Unknown)

Introduction

Class synopsis

classGmagickDraw {
publicarc(
    float$sx,
    float$sy,
    float$ex,
    float$ey,
    float$sd,
    float$ed
): GmagickDraw
publicbezier(array$coordinate_array): GmagickDraw
publicellipse(
    float$ox,
    float$oy,
    float$rx,
    float$ry,
    float$start,
    float$end
): GmagickDraw
publicgetfont(): mixed
publicgetfontstyle(): int
publicline(
    float$sx,
    float$sy,
    float$ex,
    float$ey
): GmagickDraw
publicpolygon(array$coordinates): GmagickDraw
publicpolyline(array$coordinate_array): GmagickDraw
publicrectangle(
    float$x1,
    float$y1,
    float$x2,
    float$y2
): GmagickDraw
publicrotate(float$degrees): GmagickDraw
publicroundrectangle(
    float$x1,
    float$y1,
    float$x2,
    float$y2,
    float$rx,
    float$ry
): GmagickDraw
publicsetfillopacity(float$fill_opacity): GmagickDraw
publicsetfontsize(float$pointsize): GmagickDraw
publicsetstrokeopacity(float$stroke_opacity): GmagickDraw
publicsettextdecoration(int$decoration): GmagickDraw
}

Table of Contents

To Top