[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
An extension of the FPC TPoint structure
Source position: fpg_base.pas line 159
type TfpgPoint = object |
||
X: Integer; |
||
Y: Integer; |
||
procedure SetPoint(); |
||
function ManhattanLength(); |
|
Quick calculation of the length between points |
end; |
|
An extension of the FPC TPoint structure |
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.