Unit 'fppdfobjects' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl-pdf]

TPDFPoint

Declaration

Source position: fppdfobjects.pp line 87

type TPDFPoint = record

public

  X: Single;

  Y: Single;

  class function Create();

  class operator add(TPDFPoint,TPDFPoint):TPDFPoint();

  class operator equal(TPDFPoint,TPDFPoint):Boolean();

  function AsString;

end;


Documentation generated on: 2025-07-25