Source position: fpsvg.types.pp line 110
type TSVGPoint = record
public
X: Double;
Y: Double;
constructor Create();
function ToString;
end;