Source position: fpsvg.types.pp line 569
type TSVGPathSegment = record
public
Kind: TSVGPathSegmentKind;
Points: array [0..2] of TSVGPoint;
function PointCount;
function ToString;
end;