Skip to contents

Wraps FPDFPath_Close. Draws a straight line from the current point back to the most recent MoveTo and marks the subpath as closed (so stroking joins the ends correctly and filling respects the closed region).

Usage

pdf_path_close(obj)

Arguments

obj

A pdfium_obj of type "path". Parent doc must be readwrite.

Value

Invisibly returns the parent pdfium_doc.