FPDFPathSegment_GetClose method
Gets if the |segment| closes the current subpath of a given path.
segment - handle to a segment.
Returns close flag for non-NULL segment, FALSE otherwise.
Implementation
int FPDFPathSegment_GetClose(FPDF_PATHSEGMENT segment) {
return _FPDFPathSegment_GetClose(segment);
}