Description
void
pdf_closepath
( int pdf document)
The
PDF_closepath(
)
function
closes
the
current
path
.
This
means
,
it
draws
a
line
from
current
point
to
the
point
where
the
first
line
was
started
.
Many
functions
like
PDF_moveto(
)
,
PDF_circle(
)
and
PDF_rect(
)
start
a
new
path
.