

nSeg: ellipse is made up of nSeg Bézier curves. style: style of ellipse (draw and/or fill: D, F, DF, FD, C (D + close)). angle: orientation angle (anti-clockwise). rx, ry: horizontal and vertical radius (if ry is 0, this is a circle). Ellipse($x0: float, $y0: float, $rx: float, $ry: float, $angle: float, $astart: float, $afinish: float, $style: string, $line_style: array, $fill_color: array, $nSeg: integer).Curve($x0: float, $y0: float, $x1: float, $y1: float, $x2: float, $y2: float, $x3: float, $圓: float, $style: string, $line_style: array, $fill_color: array).Array with components (red, green, blue). Array with index: (all => style) for all borders, or (L => style, T => style, R => style, B => style) for each border. border_style: border style of rectangle. style: style of rectangle (draw and/or fill: D, F, DF, FD). Rect($x: float, $y: float, $w: float, $h: float, $style: string, $border_style: array, $fill_color: array)ĭraws a rectangle.style: line style (array like for SetLineStyle). Line($x1: float, $y1: float, $x2: float, $y2: float, $style: array)ĭraws a line.

phase: modifier of the dash pattern which is used to shift the point at which the pattern starts.
#ICORNER RADIUS SERIES#
Is 0 (without dash) or array with series of length values, which are the lengths of the on and off dashes. The difference between "square" and "butt" is that "square" projects a flat end past the end of the line. cap: type of cap to put on the line (butt, round, square). style: an array with the following possible keys: This extension allows to draw lines, rectangles, ellipses, polygons and curves with line style. Geometric figures Geometric figures Informations
