ps_arc(3) php man page | unix.com

Man Page: ps_arc

Operating Environment: php

Section: 3

PS_ARC(3)								 1								 PS_ARC(3)

ps_arc - Draws an arc counterclockwise

SYNOPSIS
bool ps_arc (resource $psdoc, float $x, float $y, float $radius, float $alpha, float $beta)
DESCRIPTION
Draws a portion of a circle with at middle point at ($x, $y). The arc starts at an angle of $alpha and ends at an angle of $beta. It is drawn counterclockwise (use ps_arcn(3) to draw clockwise). The subpath added to the current path starts on the arc at angle $alpha and ends on the arc at angle $beta.
PARAMETERS
o $psdoc - Resource identifier of the postscript file as returned by ps_new(3). o $x - The x-coordinate of the circle's middle point. o $y - The y-coordinate of the circle's middle point. o $radius - The radius of the circle o $alpha - The start angle given in degrees. o $beta - The end angle given in degrees.
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
ps_arcn(3). PHP Documentation Group PS_ARC(3)
Related Man Pages
ps_shading(3) - php
circle(3alleg4) - centos
circle(3alleg4) - netbsd
geometry::primitive::arc(3pm) - debian
circle(3alleg4) - mojave
Similar Topics in the Unix Linux Community
Unix ldapsearch can not contact a Windows LDAP Server
ldapsearch in monitoring script without bind password written in script
useless line feeds in ldapsearch output. Howto remove with shell script?
Ldapsearch takes minutes when using FQDN vs IP
Ldapsearch using variable will not work