Source position: fppdfobjects.pp line 107
type TPDFPathSegment = record
public
SegmentType: TPDFSegmentType;
P1: TPDFPoint;
P2: TPDFPoint;
function Description;
end;