| setlinecap |
(Number cap) |
typedict.Graphics |
| |
Stores
cap
in the
linecap
field that determines what happens at the ends of open subpaths
when built-ins, like
stroke
or
strokepath,
draw the current
path.
The value of
cap
should be one of
CAP_BUTT
(the default),
CAP_ROUND,
or
CAP_SQUARE,
which are all defined in
yoix.graphics.
| |
| Return: |
none
| | |
| See Also: |
grestore,
grestoreall,
gsave,
initclip,
initgraphics,
setcmykcolor,
setdash,
setfont,
setgradient,
setgray,
sethsbcolor,
setlinejoin,
setlinewidth,
setmiterlimit,
setpath,
setrgbcolor,
settexture
|
|
Yoix is a registered trademark of AT&T Inc.
|