[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'fpg_base' (#fpgui)

TfpgPoint

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

An extension of the FPC TPoint structure

Declaration

Source position: fpg_base.pas line 154

type TfpgPoint = object

  X: Integer;

  Y: Integer;

  procedure SetPoint();

  function ManhattanLength();

  

Quick calculation of the length between points

end;

Inheritance

TfpgPoint

  

An extension of the FPC TPoint structure

Description

An extension of the FPC TPoint structure. This structure is used inside the fpGUI framework, and includes some extra methods like calculating lengths between to points etc.


Documentation generated on: 2015-04-04