pdf_closepath_stroke

pdf_closepath_stroke -- Closes path and draws line along path

Popis

void pdf_closepath_stroke ( int pdf document)

Funkce pdf_closepath_stroke( ) function is a combination of pdf_closepath( ) and pdf_stroke( ) . It also clears the path .

Viz také pdf_closepath( ) , pdf_stroke( ) .